#9A33BB

Color #9A33BB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9A33BB

Tints of Dark Orchid #9A33BB

Color information

#9A33BB (or 0x9A33BB) is unknown color: approx Dark Orchid. HEX triplet: 9A, 33 and BB. RGB value is (154,51,187). Sum of RGB (Red+Green+Blue) = 154+51+187=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A33BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A33BB is #65CC44. Grayscale: #606060. Windows color (decimal): -6671429 or 12268442. OLE color: 12268442.

HSL color Cylindrical-coordinate representation of color #9A33BB: hue angle of 285.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A33BB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15451187-
CMYK0.180.7300.27
HSL285.44º57.14%46.67%-
HSV(B)285.44º72.73%73.33%-
XYZ23.4812.8348.25-
YUV97.3178.62168.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 39.29%
GREEN value IS 51 (20.31% from 255) = 13.01%
BLUE value IS 187 (73.44% from 255) = 47.70%
R=39.29%
G=13.01%
B=47.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal154511870.180.7300.27285.4457.1446.67
Hex9A33BB124901B11d392f
Octal23263273221110334357157
Binary1001101011001110111011100101001001011011100011101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A33BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A33BB; }

 p { color: rgb(154,51,187); }

 H1.HeaderClassName
 {
   color: #9A33BB;
 }
 .AnyTagClassName
 {
   color: #9A33BB;
 }
</style>
background-color css

<style>
 a { background-color: #9A33BB; }

 a { background-color: rgb(154,51,187); }

 div.DivClassName
 {
   background-color: #9A33BB;
 }
 .BgClassName
 {
   background-color: #9A33BB;
 }
</style>
border-color css

<style>
 span { border-color: #9A33BB; }

 span { border-color: rgb(154,51,187); }

 td.TdClassName
 {
   border-color: #9A33BB;
 }
 .TagClassName
 {
   border-color: #9A33BB;
 }
</style>