Html Css Color HEX #96258B Dark Purple

📋 copy color: '#96258B'

red 150 ◦ green 37 ◦ blue 139

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

Shades of Dark Purple #96258B

Tints of Dark Purple #96258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.64%

R = 46.01%
G = 11.35%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96258B (or 0x96258B) is known color: Dark Purple. HEX triplet: 96, 25 and 8B. RGB value is (150,37,139). Sum of RGB (Red+Green+Blue) = 150+37+139=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #96258B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96258B is #69DA74. Grayscale: #525252. Windows color (decimal): -6937205 or 9119126. OLE color: 9119126.

HSL color Cylindrical-coordinate representation of color #96258B: hue angle of 305.84º 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 #96258B is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 139 -
CMYK 0 0.75 0.07 0.41
HSL 305.84º 0.6% 0.37% -
HSV(B) 305.84º 0.75% 0.59% -
XYZ 17.9 9.67 25.35 -
YUV 82.42 159.94 176.21 -
System Red Green Blue C M Y K H S L
Decimal 150 37 139 0 0.75 0.07 0.41 305.84 0.6 0.37
Hex 96 25 8B 0 4B 7 29 132 3C 25
Octal 226 45 213 0 113 7 51 462 74 45
Binary 10010110 100101 10001011 0 1001011 111 101001 100110010 111100 100101

Color Harmonies of #96258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96258B

Black with #96258B

Text Example


Text Example

White with #96258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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