Html Css Color HEX #96238D Dark Purple

📋 copy color: '#96238D'

red 150 ◦ green 35 ◦ blue 141

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

Shades of Dark Purple #96238D

Tints of Dark Purple #96238D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 46.01%
G = 10.74%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96238D (or 0x96238D) is known color: Dark Purple. HEX triplet: 96, 23 and 8D. RGB value is (150,35,141). Sum of RGB (Red+Green+Blue) = 150+35+141=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96238D is #69DC72. Grayscale: #515151. Windows color (decimal): -6937715 or 9249686. OLE color: 9249686.

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

Color convert

RGB 150 35 141 -
CMYK 0 0.77 0.06 0.41
HSL 304.7º 0.62% 0.36% -
HSV(B) 304.7º 0.77% 0.59% -
XYZ 17.99 9.61 26.11 -
YUV 81.47 161.6 176.88 -
System Red Green Blue C M Y K H S L
Decimal 150 35 141 0 0.77 0.06 0.41 304.7 0.62 0.36
Hex 96 23 8D 0 4D 6 29 131 3E 24
Octal 226 43 215 0 115 6 51 461 76 44
Binary 10010110 100011 10001101 0 1001101 110 101001 100110001 111110 100100

Color Harmonies of #96238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96238D

Black with #96238D

Text Example


Text Example

White with #96238D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96238D; }

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

 H1.HeaderClassName
 {
   color: #96238D;
 }
 .AnyTagClassName
 {
   color: #96238D;
 }
</style>

background-color css

<style>
 a { background-color: #96238D; }

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

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

border-color css

<style>
 span { border-color: #96238D; }

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

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