Html Css Color HEX #953598 Vivid Violet

📋 copy color: '#953598'

red 149 ◦ green 53 ◦ blue 152

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

Shades of Vivid Violet #953598

Tints of Vivid Violet #953598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.97%

 BLUE value IS 152 (59.77% from 255) = 42.94%

R = 42.09%
G = 14.97%
B = 42.94%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#953598 (or 0x953598) is known color: Vivid Violet. HEX triplet: 95, 35 and 98. RGB value is (149,53,152). Sum of RGB (Red+Green+Blue) = 149+53+152=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 152 - color contains mainly: blue. Hex color #953598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953598 is #6ACA67. Grayscale: #5C5C5C. Windows color (decimal): -6998632 or 9975189. OLE color: 9975189.

HSL color Cylindrical-coordinate representation of color #953598: hue angle of 298.18º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953598 is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 53 152 -
CMYK 0.02 0.65 0 0.40
HSL 298.18º 0.48% 0.4% -
HSV(B) 298.18º 0.65% 0.6% -
XYZ 19.34 11.2 30.85 -
YUV 92.99 161.3 167.95 -
System Red Green Blue C M Y K H S L
Decimal 149 53 152 0.02 0.65 0 0.40 298.18 0.48 0.4
Hex 95 35 98 2 41 0 28 12A 30 28
Octal 225 65 230 2 101 0 50 452 60 50
Binary 10010101 110101 10011000 10 1000001 0 101000 100101010 110000 101000

Color Harmonies of #953598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953598

Black with #953598

Text Example


Text Example

White with #953598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953598; }

 p { color: rgb(149,53,152); }

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

background-color css

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

 a { background-color: rgb(149,53,152); }

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

border-color css

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

 span { border-color: rgb(149,53,152); }

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