Html Css Color HEX #9C3CDA Dark Orchid

📋 copy color: '#9C3CDA'

red 156 ◦ green 60 ◦ blue 218

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

Shades of Dark Orchid #9C3CDA

Tints of Dark Orchid #9C3CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 35.94%
G = 13.82%
B = 50.23%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9C3CDA (or 0x9C3CDA) is known color: Dark Orchid. HEX triplet: 9C, 3C and DA. RGB value is (156,60,218). Sum of RGB (Red+Green+Blue) = 156+60+218=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3CDA is #63C325. Grayscale: #6A6A6A. Windows color (decimal): -6538022 or 14302364. OLE color: 14302364.

HSL color Cylindrical-coordinate representation of color #9C3CDA: hue angle of 276.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C3CDA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 156 60 218 -
CMYK 0.28 0.72 0 0.15
HSL 276.46º 0.68% 0.55% -
HSV(B) 276.46º 0.72% 0.85% -
XYZ 27.98 15.36 67.82 -
YUV 106.72 190.8 163.15 -
System Red Green Blue C M Y K H S L
Decimal 156 60 218 0.28 0.72 0 0.15 276.46 0.68 0.55
Hex 9C 3C DA 1C 48 0 F 114 44 37
Octal 234 74 332 34 110 0 17 424 104 67
Binary 10011100 111100 11011010 11100 1001000 0 1111 100010100 1000100 110111

Color Harmonies of #9C3CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C3CDA

Black with #9C3CDA

Text Example


Text Example

White with #9C3CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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