Html Css Color HEX #96237F Dark Purple

📋 copy color: '#96237F'

red 150 ◦ green 35 ◦ blue 127

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

Shades of Dark Purple #96237F

Tints of Dark Purple #96237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 48.08%
G = 11.22%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96237F (or 0x96237F) is known color: Dark Purple. HEX triplet: 96, 23 and 7F. RGB value is (150,35,127). Sum of RGB (Red+Green+Blue) = 150+35+127=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96237F is #69DC80. Grayscale: #4F4F4F. Windows color (decimal): -6937729 or 8332182. OLE color: 8332182.

HSL color Cylindrical-coordinate representation of color #96237F: hue angle of 312º 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 #96237F is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 127 -
CMYK 0 0.77 0.15 0.41
HSL 312º 0.62% 0.36% -
HSV(B) 312º 0.77% 0.59% -
XYZ 17.01 9.22 20.96 -
YUV 79.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 150 35 127 0 0.77 0.15 0.41 312 0.62 0.36
Hex 96 23 7F 0 4D F 29 138 3E 24
Octal 226 43 177 0 115 17 51 470 76 44
Binary 10010110 100011 1111111 0 1001101 1111 101001 100111000 111110 100100

Color Harmonies of #96237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96237F

Black with #96237F

Text Example


Text Example

White with #96237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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