Html Css Color HEX #9D36BC Dark Orchid

📋 copy color: '#9D36BC'

red 157 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #9D36BC

Tints of Dark Orchid #9D36BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 39.35%
G = 13.53%
B = 47.12%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D36BC (or 0x9D36BC) is known color: Dark Orchid. HEX triplet: 9D, 36 and BC. RGB value is (157,54,188). Sum of RGB (Red+Green+Blue) = 157+54+188=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #9D36BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D36BC is #62C943. Grayscale: #636363. Windows color (decimal): -6474052 or 12334749. OLE color: 12334749.

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

Color convert

RGB 157 54 188 -
CMYK 0.16 0.71 0 0.26
HSL 286.12º 0.55% 0.47% -
HSV(B) 286.12º 0.71% 0.74% -
XYZ 24.3 13.44 48.89 -
YUV 100.07 177.62 168.6 -
System Red Green Blue C M Y K H S L
Decimal 157 54 188 0.16 0.71 0 0.26 286.12 0.55 0.47
Hex 9D 36 BC 10 47 0 1A 11E 37 2F
Octal 235 66 274 20 107 0 32 436 67 57
Binary 10011101 110110 10111100 10000 1000111 0 11010 100011110 110111 101111

Color Harmonies of #9D36BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D36BC

Black with #9D36BC

Text Example


Text Example

White with #9D36BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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