Html Css Color HEX #9A36AB Dark Orchid

📋 copy color: '#9A36AB'

red 154 ◦ green 54 ◦ blue 171

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

Shades of Dark Orchid #9A36AB

Tints of Dark Orchid #9A36AB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.25%

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

R = 40.63%
G = 14.25%
B = 45.12%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A36AB (or 0x9A36AB) is known color: Dark Orchid. HEX triplet: 9A, 36 and AB. RGB value is (154,54,171). Sum of RGB (Red+Green+Blue) = 154+54+171=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A36AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A36AB is #65C954. Grayscale: #606060. Windows color (decimal): -6670677 or 11220634. OLE color: 11220634.

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

Color convert

RGB 154 54 171 -
CMYK 0.10 0.68 0 0.33
HSL 291.28º 0.52% 0.44% -
HSV(B) 291.28º 0.68% 0.67% -
XYZ 22 12.45 39.77 -
YUV 97.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 154 54 171 0.10 0.68 0 0.33 291.28 0.52 0.44
Hex 9A 36 AB A 44 0 21 123 34 2C
Octal 232 66 253 12 104 0 41 443 64 54
Binary 10011010 110110 10101011 1010 1000100 0 100001 100100011 110100 101100

Color Harmonies of #9A36AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A36AB

Black with #9A36AB

Text Example


Text Example

White with #9A36AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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