Html Css Color HEX #9C3DBF Dark Orchid

📋 copy color: '#9C3DBF'

red 156 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #9C3DBF

Tints of Dark Orchid #9C3DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.81%

R = 38.24%
G = 14.95%
B = 46.81%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9C3DBF (or 0x9C3DBF) is known color: Dark Orchid. HEX triplet: 9C, 3D and BF. RGB value is (156,61,191). Sum of RGB (Red+Green+Blue) = 156+61+191=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C3DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3DBF is #63C240. Grayscale: #676767. Windows color (decimal): -6537793 or 12533148. OLE color: 12533148.

HSL color Cylindrical-coordinate representation of color #9C3DBF: hue angle of 283.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C3DBF is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 61 191 -
CMYK 0.18 0.68 0 0.25
HSL 283.85º 0.52% 0.49% -
HSV(B) 283.85º 0.68% 0.75% -
XYZ 24.78 14.17 50.72 -
YUV 104.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 156 61 191 0.18 0.68 0 0.25 283.85 0.52 0.49
Hex 9C 3D BF 12 44 0 19 11C 34 31
Octal 234 75 277 22 104 0 31 434 64 61
Binary 10011100 111101 10111111 10010 1000100 0 11001 100011100 110100 110001

Color Harmonies of #9C3DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3DBF

Black with #9C3DBF

Text Example


Text Example

White with #9C3DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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