Html Css Color HEX #9C3BD0 Dark Orchid

📋 copy color: '#9C3BD0'

red 156 ◦ green 59 ◦ blue 208

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

Shades of Dark Orchid #9C3BD0

Tints of Dark Orchid #9C3BD0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.95%

 BLUE value IS 208 (81.64% from 255) = 49.17%

R = 36.88%
G = 13.95%
B = 49.17%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9C3BD0 (or 0x9C3BD0) is known color: Dark Orchid. HEX triplet: 9C, 3B and D0. RGB value is (156,59,208). Sum of RGB (Red+Green+Blue) = 156+59+208=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #9C3BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3BD0 is #63C42F. Grayscale: #686868. Windows color (decimal): -6538288 or 13646748. OLE color: 13646748.

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

Color convert

RGB 156 59 208 -
CMYK 0.25 0.72 0 0.18
HSL 279.06º 0.61% 0.52% -
HSV(B) 279.06º 0.72% 0.82% -
XYZ 26.66 14.75 61.12 -
YUV 104.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 156 59 208 0.25 0.72 0 0.18 279.06 0.61 0.52
Hex 9C 3B D0 19 48 0 12 117 3D 34
Octal 234 73 320 31 110 0 22 427 75 64
Binary 10011100 111011 11010000 11001 1001000 0 10010 100010111 111101 110100

Color Harmonies of #9C3BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3BD0

Black with #9C3BD0

Text Example


Text Example

White with #9C3BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,59,208); }

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

background-color css

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

 a { background-color: rgb(156,59,208); }

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

border-color css

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

 span { border-color: rgb(156,59,208); }

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