Html Css Color HEX #9C40DB Dark Orchid

📋 copy color: '#9C40DB'

red 156 ◦ green 64 ◦ blue 219

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

Shades of Dark Orchid #9C40DB

Tints of Dark Orchid #9C40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.58%

 BLUE value IS 219 (85.94% from 255) = 49.89%

R = 35.54%
G = 14.58%
B = 49.89%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C40DB (or 0x9C40DB) is known color: Dark Orchid. HEX triplet: 9C, 40 and DB. RGB value is (156,64,219). Sum of RGB (Red+Green+Blue) = 156+64+219=439 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.54% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C40DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C40DB is #63BF24. Grayscale: #6C6C6C. Windows color (decimal): -6536997 or 14368924. OLE color: 14368924.

HSL color Cylindrical-coordinate representation of color #9C40DB: hue angle of 275.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C40DB is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 64 219 -
CMYK 0.29 0.71 0 0.14
HSL 275.61º 0.68% 0.55% -
HSV(B) 275.61º 0.71% 0.86% -
XYZ 28.33 15.85 68.58 -
YUV 109.18 189.98 161.4 -
System Red Green Blue C M Y K H S L
Decimal 156 64 219 0.29 0.71 0 0.14 275.61 0.68 0.55
Hex 9C 40 DB 1D 47 0 E 114 44 37
Octal 234 100 333 35 107 0 16 424 104 67
Binary 10011100 1000000 11011011 11101 1000111 0 1110 100010100 1000100 110111

Color Harmonies of #9C40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C40DB

Black with #9C40DB

Text Example


Text Example

White with #9C40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,64,219); }

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

background-color css

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

 a { background-color: rgb(156,64,219); }

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

border-color css

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

 span { border-color: rgb(156,64,219); }

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