Html Css Color HEX #9C3CBE Dark Orchid

📋 copy color: '#9C3CBE'

red 156 ◦ green 60 ◦ blue 190

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

Shades of Dark Orchid #9C3CBE

Tints of Dark Orchid #9C3CBE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.78%

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 38.42%
G = 14.78%
B = 46.8%

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

#9C3CBE (or 0x9C3CBE) is known color: Dark Orchid. HEX triplet: 9C, 3C and BE. RGB value is (156,60,190). Sum of RGB (Red+Green+Blue) = 156+60+190=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C3CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3CBE is #63C341. Grayscale: #676767. Windows color (decimal): -6538050 or 12467356. OLE color: 12467356.

HSL color Cylindrical-coordinate representation of color #9C3CBE: hue angle of 284.31º 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 #9C3CBE is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 60 190 -
CMYK 0.18 0.68 0 0.25
HSL 284.31º 0.52% 0.49% -
HSV(B) 284.31º 0.68% 0.75% -
XYZ 24.62 14.02 50.12 -
YUV 103.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 156 60 190 0.18 0.68 0 0.25 284.31 0.52 0.49
Hex 9C 3C BE 12 44 0 19 11C 34 31
Octal 234 74 276 22 104 0 31 434 64 61
Binary 10011100 111100 10111110 10010 1000100 0 11001 100011100 110100 110001

Color Harmonies of #9C3CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3CBE

Black with #9C3CBE

Text Example


Text Example

White with #9C3CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,60,190); }

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

background-color css

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

 a { background-color: rgb(156,60,190); }

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

border-color css

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

 span { border-color: rgb(156,60,190); }

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