Html Css Color HEX #9D36CA Dark Orchid

📋 copy color: '#9D36CA'

red 157 ◦ green 54 ◦ blue 202

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

Shades of Dark Orchid #9D36CA

Tints of Dark Orchid #9D36CA

RGB

 RED value IS 157 (61.72% from 255) = 38.01%

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 38.01%
G = 13.08%
B = 48.91%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9D36CA (or 0x9D36CA) is known color: Dark Orchid. HEX triplet: 9D, 36 and CA. RGB value is (157,54,202). Sum of RGB (Red+Green+Blue) = 157+54+202=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D36CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D36CA is #62C935. Grayscale: #656565. Windows color (decimal): -6474038 or 13252253. OLE color: 13252253.

HSL color Cylindrical-coordinate representation of color #9D36CA: hue angle of 281.76º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D36CA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 54 202 -
CMYK 0.22 0.73 0 0.21
HSL 281.76º 0.58% 0.5% -
HSV(B) 281.76º 0.73% 0.79% -
XYZ 25.88 14.07 57.23 -
YUV 101.67 184.62 167.47 -
System Red Green Blue C M Y K H S L
Decimal 157 54 202 0.22 0.73 0 0.21 281.76 0.58 0.5
Hex 9D 36 CA 16 49 0 15 11A 3A 32
Octal 235 66 312 26 111 0 25 432 72 62
Binary 10011101 110110 11001010 10110 1001001 0 10101 100011010 111010 110010

Color Harmonies of #9D36CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D36CA

Black with #9D36CA

Text Example


Text Example

White with #9D36CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,54,202); }

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

background-color css

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

 a { background-color: rgb(157,54,202); }

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

border-color css

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

 span { border-color: rgb(157,54,202); }

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