Html Css Color HEX #9C3DBD Dark Orchid

📋 copy color: '#9C3DBD'

red 156 ◦ green 61 ◦ blue 189

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

Shades of Dark Orchid #9C3DBD

Tints of Dark Orchid #9C3DBD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 38.42%
G = 15.02%
B = 46.55%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9C3DBD (or 0x9C3DBD) is known color: Dark Orchid. HEX triplet: 9C, 3D and BD. RGB value is (156,61,189). Sum of RGB (Red+Green+Blue) = 156+61+189=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3DBD is #63C242. Grayscale: #676767. Windows color (decimal): -6537795 or 12402076. OLE color: 12402076.

HSL color Cylindrical-coordinate representation of color #9C3DBD: hue angle of 284.53º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3DBD is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 61 189 -
CMYK 0.17 0.68 0 0.26
HSL 284.53º 0.51% 0.49% -
HSV(B) 284.53º 0.68% 0.74% -
XYZ 24.56 14.08 49.57 -
YUV 104 175.97 165.09 -
System Red Green Blue C M Y K H S L
Decimal 156 61 189 0.17 0.68 0 0.26 284.53 0.51 0.49
Hex 9C 3D BD 11 44 0 1A 11D 33 31
Octal 234 75 275 21 104 0 32 435 63 61
Binary 10011100 111101 10111101 10001 1000100 0 11010 100011101 110011 110001

Color Harmonies of #9C3DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3DBD

Black with #9C3DBD

Text Example


Text Example

White with #9C3DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,61,189); }

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

background-color css

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

 a { background-color: rgb(156,61,189); }

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

border-color css

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

 span { border-color: rgb(156,61,189); }

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