Html Css Color HEX #9C238A Dark Purple

📋 copy color: '#9C238A'

red 156 ◦ green 35 ◦ blue 138

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

Shades of Dark Purple #9C238A

Tints of Dark Purple #9C238A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 47.42%
G = 10.64%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C238A (or 0x9C238A) is known color: Dark Purple. HEX triplet: 9C, 23 and 8A. RGB value is (156,35,138). Sum of RGB (Red+Green+Blue) = 156+35+138=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 35 (14.06% from 255 or 10.64% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C238A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C238A is #63DC75. Grayscale: #525252. Windows color (decimal): -6544502 or 9053084. OLE color: 9053084.

HSL color Cylindrical-coordinate representation of color #9C238A: hue angle of 308.93º 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 #9C238A is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 35 138 -
CMYK 0 0.78 0.12 0.39
HSL 308.93º 0.63% 0.37% -
HSV(B) 308.93º 0.78% 0.61% -
XYZ 18.9 10.1 25 -
YUV 82.92 159.09 180.12 -
System Red Green Blue C M Y K H S L
Decimal 156 35 138 0 0.78 0.12 0.39 308.93 0.63 0.37
Hex 9C 23 8A 0 4E C 27 135 3F 25
Octal 234 43 212 0 116 14 47 465 77 45
Binary 10011100 100011 10001010 0 1001110 1100 100111 100110101 111111 100101

Color Harmonies of #9C238A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C238A

Black with #9C238A

Text Example


Text Example

White with #9C238A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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