Html Css Color HEX #9C358F Dark Purple

📋 copy color: '#9C358F'

red 156 ◦ green 53 ◦ blue 143

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

Shades of Dark Purple #9C358F

Tints of Dark Purple #9C358F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 44.32%
G = 15.06%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#9C358F (or 0x9C358F) is known color: Dark Purple. HEX triplet: 9C, 35 and 8F. RGB value is (156,53,143). Sum of RGB (Red+Green+Blue) = 156+53+143=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C358F is #63CA70. Grayscale: #5D5D5D. Windows color (decimal): -6539889 or 9385372. OLE color: 9385372.

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

Color convert

RGB 156 53 143 -
CMYK 0 0.66 0.08 0.39
HSL 307.57º 0.49% 0.41% -
HSV(B) 307.57º 0.66% 0.61% -
XYZ 19.94 11.6 27.17 -
YUV 94.06 155.62 172.18 -
System Red Green Blue C M Y K H S L
Decimal 156 53 143 0 0.66 0.08 0.39 307.57 0.49 0.41
Hex 9C 35 8F 0 42 8 27 134 31 29
Octal 234 65 217 0 102 10 47 464 61 51
Binary 10011100 110101 10001111 0 1000010 1000 100111 100110100 110001 101001

Color Harmonies of #9C358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C358F

Black with #9C358F

Text Example


Text Example

White with #9C358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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