Html Css Color HEX #95239A Vivid Violet

📋 copy color: '#95239A'

red 149 ◦ green 35 ◦ blue 154

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

Shades of Vivid Violet #95239A

Tints of Vivid Violet #95239A

RGB

 RED value IS 149 (58.59% from 255) = 44.08%

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

 BLUE value IS 154 (60.55% from 255) = 45.56%

R = 44.08%
G = 10.36%
B = 45.56%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#95239A (or 0x95239A) is known color: Vivid Violet. HEX triplet: 95, 23 and 9A. RGB value is (149,35,154). Sum of RGB (Red+Green+Blue) = 149+35+154=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #95239A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95239A is #6ADC65. Grayscale: #525252. Windows color (decimal): -7003238 or 10101653. OLE color: 10101653.

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

Color convert

RGB 149 35 154 -
CMYK 0.03 0.77 0 0.40
HSL 297.48º 0.63% 0.37% -
HSV(B) 297.48º 0.77% 0.6% -
XYZ 18.83 9.92 31.5 -
YUV 82.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 149 35 154 0.03 0.77 0 0.40 297.48 0.63 0.37
Hex 95 23 9A 3 4D 0 28 129 3F 25
Octal 225 43 232 3 115 0 50 451 77 45
Binary 10010101 100011 10011010 11 1001101 0 101000 100101001 111111 100101

Color Harmonies of #95239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95239A

Black with #95239A

Text Example


Text Example

White with #95239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95239A; }

 p { color: rgb(149,35,154); }

 H1.HeaderClassName
 {
   color: #95239A;
 }
 .AnyTagClassName
 {
   color: #95239A;
 }
</style>

background-color css

<style>
 a { background-color: #95239A; }

 a { background-color: rgb(149,35,154); }

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

border-color css

<style>
 span { border-color: #95239A; }

 span { border-color: rgb(149,35,154); }

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