Html Css Color HEX #9A36BD Dark Orchid

📋 copy color: '#9A36BD'

red 154 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #9A36BD

Tints of Dark Orchid #9A36BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.61%

R = 38.79%
G = 13.6%
B = 47.61%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9A36BD (or 0x9A36BD) is known color: Dark Orchid. HEX triplet: 9A, 36 and BD. RGB value is (154,54,189). Sum of RGB (Red+Green+Blue) = 154+54+189=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A36BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A36BD is #65C942. Grayscale: #626262. Windows color (decimal): -6670659 or 12400282. OLE color: 12400282.

HSL color Cylindrical-coordinate representation of color #9A36BD: hue angle of 284.44º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9A36BD is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 54 189 -
CMYK 0.19 0.71 0 0.26
HSL 284.44º 0.56% 0.48% -
HSV(B) 284.44º 0.71% 0.74% -
XYZ 23.83 13.18 49.43 -
YUV 99.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 154 54 189 0.19 0.71 0 0.26 284.44 0.56 0.48
Hex 9A 36 BD 13 47 0 1A 11C 38 30
Octal 232 66 275 23 107 0 32 434 70 60
Binary 10011010 110110 10111101 10011 1000111 0 11010 100011100 111000 110000

Color Harmonies of #9A36BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A36BD

Black with #9A36BD

Text Example


Text Example

White with #9A36BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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