Html Css Color HEX #9C358C Dark Purple

📋 copy color: '#9C358C'

red 156 ◦ green 53 ◦ blue 140

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

Shades of Dark Purple #9C358C

Tints of Dark Purple #9C358C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.19%

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 44.7%
G = 15.19%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#9C358C (or 0x9C358C) is known color: Dark Purple. HEX triplet: 9C, 35 and 8C. RGB value is (156,53,140). Sum of RGB (Red+Green+Blue) = 156+53+140=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C358C is #63CA73. Grayscale: #5D5D5D. Windows color (decimal): -6539892 or 9188764. OLE color: 9188764.

HSL color Cylindrical-coordinate representation of color #9C358C: hue angle of 309.32º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C358C is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 53 140 -
CMYK 0 0.66 0.10 0.39
HSL 309.32º 0.49% 0.41% -
HSV(B) 309.32º 0.66% 0.61% -
XYZ 19.72 11.51 25.99 -
YUV 93.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 156 53 140 0 0.66 0.10 0.39 309.32 0.49 0.41
Hex 9C 35 8C 0 42 A 27 135 31 29
Octal 234 65 214 0 102 12 47 465 61 51
Binary 10011100 110101 10001100 0 1000010 1010 100111 100110101 110001 101001

Color Harmonies of #9C358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C358C

Black with #9C358C

Text Example


Text Example

White with #9C358C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,53,140); }

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

background-color css

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

 a { background-color: rgb(156,53,140); }

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

border-color css

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

 span { border-color: rgb(156,53,140); }

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