Html Css Color HEX #9C3ADB Dark Orchid

📋 copy color: '#9C3ADB'

red 156 ◦ green 58 ◦ blue 219

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

Shades of Dark Orchid #9C3ADB

Tints of Dark Orchid #9C3ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.39%

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

R = 36.03%
G = 13.39%
B = 50.58%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C3ADB (or 0x9C3ADB) is known color: Dark Orchid. HEX triplet: 9C, 3A and DB. RGB value is (156,58,219). Sum of RGB (Red+Green+Blue) = 156+58+219=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C3ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3ADB is #63C524. Grayscale: #696969. Windows color (decimal): -6538533 or 14367388. OLE color: 14367388.

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

Color convert

RGB 156 58 219 -
CMYK 0.29 0.74 0 0.14
HSL 276.52º 0.69% 0.54% -
HSV(B) 276.52º 0.74% 0.86% -
XYZ 28.01 15.21 68.48 -
YUV 105.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 156 58 219 0.29 0.74 0 0.14 276.52 0.69 0.54
Hex 9C 3A DB 1D 4A 0 E 115 45 36
Octal 234 72 333 35 112 0 16 425 105 66
Binary 10011100 111010 11011011 11101 1001010 0 1110 100010101 1000101 110110

Color Harmonies of #9C3ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3ADB

Black with #9C3ADB

Text Example


Text Example

White with #9C3ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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