Html Css Color HEX #952BAB Vivid Violet

📋 copy color: '#952BAB'

red 149 ◦ green 43 ◦ blue 171

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

Shades of Vivid Violet #952BAB

Tints of Vivid Violet #952BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.85%

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 41.05%
G = 11.85%
B = 47.11%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#952BAB (or 0x952BAB) is known color: Vivid Violet. HEX triplet: 95, 2B and AB. RGB value is (149,43,171). Sum of RGB (Red+Green+Blue) = 149+43+171=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #952BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952BAB is #6AD454. Grayscale: #585858. Windows color (decimal): -7001173 or 11217813. OLE color: 11217813.

HSL color Cylindrical-coordinate representation of color #952BAB: hue angle of 289.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952BAB is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 43 171 -
CMYK 0.13 0.75 0 0.33
HSL 289.69º 0.6% 0.42% -
HSV(B) 289.69º 0.75% 0.67% -
XYZ 20.61 11.06 39.58 -
YUV 89.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 149 43 171 0.13 0.75 0 0.33 289.69 0.6 0.42
Hex 95 2B AB D 4B 0 21 122 3C 2A
Octal 225 53 253 15 113 0 41 442 74 52
Binary 10010101 101011 10101011 1101 1001011 0 100001 100100010 111100 101010

Color Harmonies of #952BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952BAB

Black with #952BAB

Text Example


Text Example

White with #952BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952BAB; }

 p { color: rgb(149,43,171); }

 H1.HeaderClassName
 {
   color: #952BAB;
 }
 .AnyTagClassName
 {
   color: #952BAB;
 }
</style>

background-color css

<style>
 a { background-color: #952BAB; }

 a { background-color: rgb(149,43,171); }

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

border-color css

<style>
 span { border-color: #952BAB; }

 span { border-color: rgb(149,43,171); }

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