Html Css Color HEX #953B9C Vivid Violet

📋 copy color: '#953B9C'

red 149 ◦ green 59 ◦ blue 156

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

Shades of Vivid Violet #953B9C

Tints of Vivid Violet #953B9C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.21%

 BLUE value IS 156 (61.33% from 255) = 42.86%

R = 40.93%
G = 16.21%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#953B9C (or 0x953B9C) is known color: Vivid Violet. HEX triplet: 95, 3B and 9C. RGB value is (149,59,156). Sum of RGB (Red+Green+Blue) = 149+59+156=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 156 (61.33% from 255 or 42.86% from 364); Max value from RGB is 156 - color contains mainly: blue. Hex color #953B9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953B9C is #6AC463. Grayscale: #606060. Windows color (decimal): -6997092 or 10238869. OLE color: 10238869.

HSL color Cylindrical-coordinate representation of color #953B9C: hue angle of 295.67º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953B9C is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 59 156 -
CMYK 0.04 0.62 0 0.39
HSL 295.67º 0.45% 0.42% -
HSV(B) 295.67º 0.62% 0.61% -
XYZ 19.96 11.92 32.7 -
YUV 96.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 149 59 156 0.04 0.62 0 0.39 295.67 0.45 0.42
Hex 95 3B 9C 4 3E 0 27 128 2D 2A
Octal 225 73 234 4 76 0 47 450 55 52
Binary 10010101 111011 10011100 100 111110 0 100111 100101000 101101 101010

Color Harmonies of #953B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B9C

Black with #953B9C

Text Example


Text Example

White with #953B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953B9C; }

 p { color: rgb(149,59,156); }

 H1.HeaderClassName
 {
   color: #953B9C;
 }
 .AnyTagClassName
 {
   color: #953B9C;
 }
</style>

background-color css

<style>
 a { background-color: #953B9C; }

 a { background-color: rgb(149,59,156); }

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

border-color css

<style>
 span { border-color: #953B9C; }

 span { border-color: rgb(149,59,156); }

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