Html Css Color HEX #96237A Dark Purple

📋 copy color: '#96237A'

red 150 ◦ green 35 ◦ blue 122

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

Shades of Dark Purple #96237A

Tints of Dark Purple #96237A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 48.86%
G = 11.4%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#96237A (or 0x96237A) is known color: Dark Purple. HEX triplet: 96, 23 and 7A. RGB value is (150,35,122). Sum of RGB (Red+Green+Blue) = 150+35+122=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96237A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96237A is #69DC85. Grayscale: #4F4F4F. Windows color (decimal): -6937734 or 8004502. OLE color: 8004502.

HSL color Cylindrical-coordinate representation of color #96237A: hue angle of 314.61º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96237A is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 122 -
CMYK 0 0.77 0.19 0.41
HSL 314.61º 0.62% 0.36% -
HSV(B) 314.61º 0.77% 0.59% -
XYZ 16.69 9.09 19.29 -
YUV 79.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 150 35 122 0 0.77 0.19 0.41 314.61 0.62 0.36
Hex 96 23 7A 0 4D 13 29 13B 3E 24
Octal 226 43 172 0 115 23 51 473 76 44
Binary 10010110 100011 1111010 0 1001101 10011 101001 100111011 111110 100100

Color Harmonies of #96237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96237A

Black with #96237A

Text Example


Text Example

White with #96237A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,35,122); }

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

background-color css

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

 a { background-color: rgb(150,35,122); }

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

border-color css

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

 span { border-color: rgb(150,35,122); }

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