Html Css Color HEX #953A9C Vivid Violet

📋 copy color: '#953A9C'

red 149 ◦ green 58 ◦ blue 156

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

Shades of Vivid Violet #953A9C

Tints of Vivid Violet #953A9C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

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

R = 41.05%
G = 15.98%
B = 42.98%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#953A9C (or 0x953A9C) is known color: Vivid Violet. HEX triplet: 95, 3A and 9C. RGB value is (149,58,156). Sum of RGB (Red+Green+Blue) = 149+58+156=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #953A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A9C is #6AC563. Grayscale: #606060. Windows color (decimal): -6997348 or 10238613. OLE color: 10238613.

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

Color convert

RGB 149 58 156 -
CMYK 0.04 0.63 0 0.39
HSL 295.71º 0.46% 0.42% -
HSV(B) 295.71º 0.63% 0.61% -
XYZ 19.91 11.82 32.68 -
YUV 96.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 149 58 156 0.04 0.63 0 0.39 295.71 0.46 0.42
Hex 95 3A 9C 4 3F 0 27 128 2E 2A
Octal 225 72 234 4 77 0 47 450 56 52
Binary 10010101 111010 10011100 100 111111 0 100111 100101000 101110 101010

Color Harmonies of #953A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A9C

Black with #953A9C

Text Example


Text Example

White with #953A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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