Html Css Color HEX #96258F Dark Purple

📋 copy color: '#96258F'

red 150 ◦ green 37 ◦ blue 143

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

Shades of Dark Purple #96258F

Tints of Dark Purple #96258F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.21%

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

R = 45.45%
G = 11.21%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96258F (or 0x96258F) is known color: Dark Purple. HEX triplet: 96, 25 and 8F. RGB value is (150,37,143). Sum of RGB (Red+Green+Blue) = 150+37+143=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96258F is #69DA70. Grayscale: #525252. Windows color (decimal): -6937201 or 9381270. OLE color: 9381270.

HSL color Cylindrical-coordinate representation of color #96258F: hue angle of 303.72º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96258F is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 143 -
CMYK 0 0.75 0.05 0.41
HSL 303.72º 0.6% 0.37% -
HSV(B) 303.72º 0.75% 0.59% -
XYZ 18.2 9.79 26.92 -
YUV 82.87 161.94 175.88 -
System Red Green Blue C M Y K H S L
Decimal 150 37 143 0 0.75 0.05 0.41 303.72 0.6 0.37
Hex 96 25 8F 0 4B 5 29 130 3C 25
Octal 226 45 217 0 113 5 51 460 74 45
Binary 10010110 100101 10001111 0 1001011 101 101001 100110000 111100 100101

Color Harmonies of #96258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96258F

Black with #96258F

Text Example


Text Example

White with #96258F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,37,143); }

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

background-color css

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

 a { background-color: rgb(150,37,143); }

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

border-color css

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

 span { border-color: rgb(150,37,143); }

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