Html Css Color HEX #96249B Vivid Violet

📋 copy color: '#96249B'

red 150 ◦ green 36 ◦ blue 155

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

Shades of Vivid Violet #96249B

Tints of Vivid Violet #96249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.56%

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 43.99%
G = 10.56%
B = 45.45%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#96249B (or 0x96249B) is known color: Vivid Violet. HEX triplet: 96, 24 and 9B. RGB value is (150,36,155). Sum of RGB (Red+Green+Blue) = 150+36+155=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #96249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96249B is #69DB64. Grayscale: #535353. Windows color (decimal): -6937445 or 10167446. OLE color: 10167446.

HSL color Cylindrical-coordinate representation of color #96249B: hue angle of 297.48º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96249B is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 150 36 155 -
CMYK 0.03 0.77 0 0.39
HSL 297.48º 0.62% 0.37% -
HSV(B) 297.48º 0.77% 0.61% -
XYZ 19.12 10.11 31.95 -
YUV 83.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 150 36 155 0.03 0.77 0 0.39 297.48 0.62 0.37
Hex 96 24 9B 3 4D 0 27 129 3E 25
Octal 226 44 233 3 115 0 47 451 76 45
Binary 10010110 100100 10011011 11 1001101 0 100111 100101001 111110 100101

Color Harmonies of #96249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96249B

Black with #96249B

Text Example


Text Example

White with #96249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,36,155); }

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

background-color css

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

 a { background-color: rgb(150,36,155); }

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

border-color css

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

 span { border-color: rgb(150,36,155); }

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