Html Css Color HEX #9C33AC Dark Orchid

📋 copy color: '#9C33AC'

red 156 ◦ green 51 ◦ blue 172

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

Shades of Dark Orchid #9C33AC

Tints of Dark Orchid #9C33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.46%

 BLUE value IS 172 (67.58% from 255) = 45.38%

R = 41.16%
G = 13.46%
B = 45.38%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9C33AC (or 0x9C33AC) is known color: Dark Orchid. HEX triplet: 9C, 33 and AC. RGB value is (156,51,172). Sum of RGB (Red+Green+Blue) = 156+51+172=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C33AC is #63CC53. Grayscale: #5F5F5F. Windows color (decimal): -6540372 or 11285404. OLE color: 11285404.

HSL color Cylindrical-coordinate representation of color #9C33AC: hue angle of 292.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C33AC is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 156 51 172 -
CMYK 0.09 0.70 0 0.33
HSL 292.07º 0.54% 0.44% -
HSV(B) 292.07º 0.7% 0.67% -
XYZ 22.34 12.41 40.25 -
YUV 96.19 170.79 170.66 -
System Red Green Blue C M Y K H S L
Decimal 156 51 172 0.09 0.70 0 0.33 292.07 0.54 0.44
Hex 9C 33 AC 9 46 0 21 124 36 2C
Octal 234 63 254 11 106 0 41 444 66 54
Binary 10011100 110011 10101100 1001 1000110 0 100001 100100100 110110 101100

Color Harmonies of #9C33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C33AC

Black with #9C33AC

Text Example


Text Example

White with #9C33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,51,172); }

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

background-color css

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

 a { background-color: rgb(156,51,172); }

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

border-color css

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

 span { border-color: rgb(156,51,172); }

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