Html Css Color HEX #954399 Vivid Violet

📋 copy color: '#954399'

red 149 ◦ green 67 ◦ blue 153

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

Shades of Vivid Violet #954399

Tints of Vivid Violet #954399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.16%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 40.38%
G = 18.16%
B = 41.46%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#954399 (or 0x954399) is known color: Vivid Violet. HEX triplet: 95, 43 and 99. RGB value is (149,67,153). Sum of RGB (Red+Green+Blue) = 149+67+153=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #954399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954399 is #6ABC66. Grayscale: #656565. Windows color (decimal): -6995047 or 10044309. OLE color: 10044309.

HSL color Cylindrical-coordinate representation of color #954399: hue angle of 297.21º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954399 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 67 153 -
CMYK 0.03 0.56 0 0.4
HSL 297.21º 0.39% 0.43% -
HSV(B) 297.21º 0.56% 0.6% -
XYZ 20.15 12.7 31.53 -
YUV 101.32 157.17 162.01 -
System Red Green Blue C M Y K H S L
Decimal 149 67 153 0.03 0.56 0 0.4 297.21 0.39 0.43
Hex 95 43 99 3 38 0 28 129 27 2B
Octal 225 103 231 3 70 0 50 451 47 53
Binary 10010101 1000011 10011001 11 111000 0 101000 100101001 100111 101011

Color Harmonies of #954399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954399

Black with #954399

Text Example


Text Example

White with #954399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954399; }

 p { color: rgb(149,67,153); }

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

background-color css

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

 a { background-color: rgb(149,67,153); }

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

border-color css

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

 span { border-color: rgb(149,67,153); }

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