Html Css Color HEX #96259D Vivid Violet

📋 copy color: '#96259D'

red 150 ◦ green 37 ◦ blue 157

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

Shades of Vivid Violet #96259D

Tints of Vivid Violet #96259D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 43.6%
G = 10.76%
B = 45.64%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96259D (or 0x96259D) is known color: Vivid Violet. HEX triplet: 96, 25 and 9D. RGB value is (150,37,157). Sum of RGB (Red+Green+Blue) = 150+37+157=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 37 (14.84% from 255 or 10.76% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #96259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96259D is #69DA62. Grayscale: #545454. Windows color (decimal): -6937187 or 10298774. OLE color: 10298774.

HSL color Cylindrical-coordinate representation of color #96259D: hue angle of 296.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96259D is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 37 157 -
CMYK 0.04 0.76 0 0.38
HSL 296.5º 0.62% 0.38% -
HSV(B) 296.5º 0.76% 0.62% -
XYZ 19.33 10.24 32.86 -
YUV 84.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 150 37 157 0.04 0.76 0 0.38 296.5 0.62 0.38
Hex 96 25 9D 4 4C 0 26 128 3E 26
Octal 226 45 235 4 114 0 46 450 76 46
Binary 10010110 100101 10011101 100 1001100 0 100110 100101000 111110 100110

Color Harmonies of #96259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96259D

Black with #96259D

Text Example


Text Example

White with #96259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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