Html Css Color HEX #96358A Dark Purple

📋 copy color: '#96358A'

red 150 ◦ green 53 ◦ blue 138

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

Shades of Dark Purple #96358A

Tints of Dark Purple #96358A

RGB

 RED value IS 150 (58.98% from 255) = 43.99%

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

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

R = 43.99%
G = 15.54%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#96358A (or 0x96358A) is known color: Dark Purple. HEX triplet: 96, 35 and 8A. RGB value is (150,53,138). Sum of RGB (Red+Green+Blue) = 150+53+138=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96358A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96358A is #69CA75. Grayscale: #5B5B5B. Windows color (decimal): -6933110 or 9057686. OLE color: 9057686.

HSL color Cylindrical-coordinate representation of color #96358A: hue angle of 307.42º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96358A is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 138 -
CMYK 0 0.65 0.08 0.41
HSL 307.42º 0.48% 0.4% -
HSV(B) 307.42º 0.65% 0.59% -
XYZ 18.44 10.87 25.17 -
YUV 91.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 150 53 138 0 0.65 0.08 0.41 307.42 0.48 0.4
Hex 96 35 8A 0 41 8 29 133 30 28
Octal 226 65 212 0 101 10 51 463 60 50
Binary 10010110 110101 10001010 0 1000001 1000 101001 100110011 110000 101000

Color Harmonies of #96358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96358A

Black with #96358A

Text Example


Text Example

White with #96358A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96358A; }

 p { color: rgb(150,53,138); }

 H1.HeaderClassName
 {
   color: #96358A;
 }
 .AnyTagClassName
 {
   color: #96358A;
 }
</style>

background-color css

<style>
 a { background-color: #96358A; }

 a { background-color: rgb(150,53,138); }

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

border-color css

<style>
 span { border-color: #96358A; }

 span { border-color: rgb(150,53,138); }

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