Html Css Color HEX #95209D Vivid Violet

📋 copy color: '#95209D'

red 149 ◦ green 32 ◦ blue 157

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

Shades of Vivid Violet #95209D

Tints of Vivid Violet #95209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.47%

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

R = 44.08%
G = 9.47%
B = 46.45%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95209D (or 0x95209D) is known color: Vivid Violet. HEX triplet: 95, 20 and 9D. RGB value is (149,32,157). Sum of RGB (Red+Green+Blue) = 149+32+157=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #95209D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95209D is #6ADF62. Grayscale: #505050. Windows color (decimal): -7004003 or 10297493. OLE color: 10297493.

HSL color Cylindrical-coordinate representation of color #95209D: hue angle of 296.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95209D is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 32 157 -
CMYK 0.05 0.80 0 0.38
HSL 296.16º 0.66% 0.37% -
HSV(B) 296.16º 0.8% 0.62% -
XYZ 19 9.86 32.8 -
YUV 81.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 149 32 157 0.05 0.80 0 0.38 296.16 0.66 0.37
Hex 95 20 9D 5 50 0 26 128 42 25
Octal 225 40 235 5 120 0 46 450 102 45
Binary 10010101 100000 10011101 101 1010000 0 100110 100101000 1000010 100101

Color Harmonies of #95209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95209D

Black with #95209D

Text Example


Text Example

White with #95209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,32,157); }

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

background-color css

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

 a { background-color: rgb(149,32,157); }

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

border-color css

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

 span { border-color: rgb(149,32,157); }

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