Html Css Color HEX #9C4BDB Dark Orchid

📋 copy color: '#9C4BDB'

red 156 ◦ green 75 ◦ blue 219

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

Shades of Dark Orchid #9C4BDB

Tints of Dark Orchid #9C4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.67%

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

R = 34.67%
G = 16.67%
B = 48.67%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C4BDB (or 0x9C4BDB) is known color: Dark Orchid. HEX triplet: 9C, 4B and DB. RGB value is (156,75,219). Sum of RGB (Red+Green+Blue) = 156+75+219=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C4BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4BDB is #63B424. Grayscale: #737373. Windows color (decimal): -6534181 or 14371740. OLE color: 14371740.

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

Color convert

RGB 156 75 219 -
CMYK 0.29 0.66 0 0.14
HSL 273.75º 0.67% 0.58% -
HSV(B) 273.75º 0.66% 0.86% -
XYZ 29.01 17.21 68.81 -
YUV 115.64 186.34 156.79 -
System Red Green Blue C M Y K H S L
Decimal 156 75 219 0.29 0.66 0 0.14 273.75 0.67 0.58
Hex 9C 4B DB 1D 42 0 E 112 43 3A
Octal 234 113 333 35 102 0 16 422 103 72
Binary 10011100 1001011 11011011 11101 1000010 0 1110 100010010 1000011 111010

Color Harmonies of #9C4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4BDB

Black with #9C4BDB

Text Example


Text Example

White with #9C4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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