Html Css Color HEX #9C3CBC Dark Orchid

📋 copy color: '#9C3CBC'

red 156 ◦ green 60 ◦ blue 188

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

Shades of Dark Orchid #9C3CBC

Tints of Dark Orchid #9C3CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 38.61%
G = 14.85%
B = 46.53%

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

#9C3CBC (or 0x9C3CBC) is known color: Dark Orchid. HEX triplet: 9C, 3C and BC. RGB value is (156,60,188). Sum of RGB (Red+Green+Blue) = 156+60+188=404 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.61% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C3CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3CBC is #63C343. Grayscale: #666666. Windows color (decimal): -6538052 or 12336284. OLE color: 12336284.

HSL color Cylindrical-coordinate representation of color #9C3CBC: hue angle of 285º degrees, saturation: 0.52, 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 #9C3CBC is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 60 188 -
CMYK 0.17 0.68 0 0.26
HSL 285º 0.52% 0.49% -
HSV(B) 285º 0.68% 0.74% -
XYZ 24.4 13.93 48.98 -
YUV 103.3 175.8 165.59 -
System Red Green Blue C M Y K H S L
Decimal 156 60 188 0.17 0.68 0 0.26 285 0.52 0.49
Hex 9C 3C BC 11 44 0 1A 11D 34 31
Octal 234 74 274 21 104 0 32 435 64 61
Binary 10011100 111100 10111100 10001 1000100 0 11010 100011101 110100 110001

Color Harmonies of #9C3CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3CBC

Black with #9C3CBC

Text Example


Text Example

White with #9C3CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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