Html Css Color HEX #9C236F Dark Purple

📋 copy color: '#9C236F'

red 156 ◦ green 35 ◦ blue 111

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

Shades of Dark Purple #9C236F

Tints of Dark Purple #9C236F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 51.66%
G = 11.59%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C236F (or 0x9C236F) is known color: Dark Purple. HEX triplet: 9C, 23 and 6F. RGB value is (156,35,111). Sum of RGB (Red+Green+Blue) = 156+35+111=302 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.66% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 156 - color contains mainly: red. Hex color #9C236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C236F is #63DC90. Grayscale: #4F4F4F. Windows color (decimal): -6544529 or 7283612. OLE color: 7283612.

HSL color Cylindrical-coordinate representation of color #9C236F: hue angle of 322.31º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C236F is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 35 111 -
CMYK 0 0.78 0.29 0.39
HSL 322.31º 0.63% 0.37% -
HSV(B) 322.31º 0.78% 0.61% -
XYZ 17.18 9.42 15.95 -
YUV 79.84 145.59 182.32 -
System Red Green Blue C M Y K H S L
Decimal 156 35 111 0 0.78 0.29 0.39 322.31 0.63 0.37
Hex 9C 23 6F 0 4E 1D 27 142 3F 25
Octal 234 43 157 0 116 35 47 502 77 45
Binary 10011100 100011 1101111 0 1001110 11101 100111 101000010 111111 100101

Color Harmonies of #9C236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C236F

Black with #9C236F

Text Example


Text Example

White with #9C236F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,35,111); }

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

background-color css

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

 a { background-color: rgb(156,35,111); }

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

border-color css

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

 span { border-color: rgb(156,35,111); }

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