Html Css Color HEX #954395 Vivid Violet

📋 copy color: '#954395'

red 149 ◦ green 67 ◦ blue 149

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

Shades of Vivid Violet #954395

Tints of Vivid Violet #954395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 40.82%
G = 18.36%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#954395 (or 0x954395) is known color: Vivid Violet. HEX triplet: 95, 43 and 95. RGB value is (149,67,149). Sum of RGB (Red+Green+Blue) = 149+67+149=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #954395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954395 is #6ABC6A. Grayscale: #646464. Windows color (decimal): -6995051 or 9782165. OLE color: 9782165.

HSL color Cylindrical-coordinate representation of color #954395: hue angle of 300º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954395 is Cyan = 0, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 149 -
CMYK 0 0.55 0 0.42
HSL 300º 0.38% 0.42% -
HSV(B) 300º 0.55% 0.58% -
XYZ 19.83 12.57 29.82 -
YUV 100.87 155.17 162.33 -
System Red Green Blue C M Y K H S L
Decimal 149 67 149 0 0.55 0 0.42 300 0.38 0.42
Hex 95 43 95 0 37 0 2A 12C 26 2A
Octal 225 103 225 0 67 0 52 454 46 52
Binary 10010101 1000011 10010101 0 110111 0 101010 100101100 100110 101010

Color Harmonies of #954395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954395

Black with #954395

Text Example


Text Example

White with #954395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954395; }

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

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

background-color css

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

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

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

border-color css

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

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

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