Html Css Color HEX #95259D Vivid Violet

📋 copy color: '#95259D'

red 149 ◦ green 37 ◦ blue 157

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

Shades of Vivid Violet #95259D

Tints of Vivid Violet #95259D

RGB

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

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

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

R = 43.44%
G = 10.79%
B = 45.77%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95259D (or 0x95259D) is known color: Vivid Violet. HEX triplet: 95, 25 and 9D. RGB value is (149,37,157). Sum of RGB (Red+Green+Blue) = 149+37+157=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #95259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95259D is #6ADA62. Grayscale: #535353. Windows color (decimal): -7002723 or 10298773. OLE color: 10298773.

HSL color Cylindrical-coordinate representation of color #95259D: hue angle of 296º 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 #95259D is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 37 157 -
CMYK 0.05 0.76 0 0.38
HSL 296º 0.62% 0.38% -
HSV(B) 296º 0.76% 0.62% -
XYZ 19.14 10.15 32.85 -
YUV 84.17 169.11 174.24 -
System Red Green Blue C M Y K H S L
Decimal 149 37 157 0.05 0.76 0 0.38 296 0.62 0.38
Hex 95 25 9D 5 4C 0 26 128 3E 26
Octal 225 45 235 5 114 0 46 450 76 46
Binary 10010101 100101 10011101 101 1001100 0 100110 100101000 111110 100110

Color Harmonies of #95259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95259D

Black with #95259D

Text Example


Text Example

White with #95259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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