Html Css Color HEX #9A33AB Dark Orchid

📋 copy color: '#9A33AB'

red 154 ◦ green 51 ◦ blue 171

#9A33AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9A33AB

Tints of Dark Orchid #9A33AB

RGB

 RED value IS 154 (60.55% from 255) = 40.96%

 GREEN value IS 51 (20.31% from 255) = 13.56%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 40.96%
G = 13.56%
B = 45.48%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A33AB (or 0x9A33AB) is known color: Dark Orchid. HEX triplet: 9A, 33 and AB. RGB value is (154,51,171). Sum of RGB (Red+Green+Blue) = 154+51+171=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A33AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A33AB is #65CC54. Grayscale: #5F5F5F. Windows color (decimal): -6671445 or 11219866. OLE color: 11219866.

HSL color Cylindrical-coordinate representation of color #9A33AB: hue angle of 291.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A33AB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 51 171 -
CMYK 0.10 0.70 0 0.33
HSL 291.5º 0.54% 0.44% -
HSV(B) 291.5º 0.7% 0.67% -
XYZ 21.86 12.18 39.73 -
YUV 95.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 154 51 171 0.10 0.70 0 0.33 291.5 0.54 0.44
Hex 9A 33 AB A 46 0 21 124 36 2C
Octal 232 63 253 12 106 0 41 444 66 54
Binary 10011010 110011 10101011 1010 1000110 0 100001 100100100 110110 101100

Color Harmonies of #9A33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A33AB

Black with #9A33AB

Text Example


Text Example

White with #9A33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A33AB;
 }
 .AnyTagClassName
 {
   color: #9A33AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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