Html Css Color HEX #9C37BC Dark Orchid

📋 copy color: '#9C37BC'

red 156 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #9C37BC

Tints of Dark Orchid #9C37BC

RGB

 RED value IS 156 (61.33% from 255) = 39.1%

 GREEN value IS 55 (21.88% from 255) = 13.78%

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

R = 39.1%
G = 13.78%
B = 47.12%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C37BC (or 0x9C37BC) is known color: Dark Orchid. HEX triplet: 9C, 37 and BC. RGB value is (156,55,188). Sum of RGB (Red+Green+Blue) = 156+55+188=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 55 (21.88% from 255 or 13.78% 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 #9C37BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C37BC is #63C843. Grayscale: #636363. Windows color (decimal): -6539332 or 12335004. OLE color: 12335004.

HSL color Cylindrical-coordinate representation of color #9C37BC: hue angle of 285.56º degrees, saturation: 0.55, 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 #9C37BC is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 55 188 -
CMYK 0.17 0.71 0 0.26
HSL 285.56º 0.55% 0.48% -
HSV(B) 285.56º 0.71% 0.74% -
XYZ 24.15 13.43 48.9 -
YUV 100.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 156 55 188 0.17 0.71 0 0.26 285.56 0.55 0.48
Hex 9C 37 BC 11 47 0 1A 11E 37 30
Octal 234 67 274 21 107 0 32 436 67 60
Binary 10011100 110111 10111100 10001 1000111 0 11010 100011110 110111 110000

Color Harmonies of #9C37BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C37BC

Black with #9C37BC

Text Example


Text Example

White with #9C37BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,55,188); }

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

background-color css

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

 a { background-color: rgb(156,55,188); }

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

border-color css

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

 span { border-color: rgb(156,55,188); }

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