Html Css Color HEX #954692 Violet Blue

📋 copy color: '#954692'

red 149 ◦ green 70 ◦ blue 146

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

Shades of Violet Blue #954692

Tints of Violet Blue #954692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

 BLUE value IS 146 (57.42% from 255) = 40%

R = 40.82%
G = 19.18%
B = 40%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#954692 (or 0x954692) is known color: Violet Blue. HEX triplet: 95, 46 and 92. RGB value is (149,70,146). Sum of RGB (Red+Green+Blue) = 149+70+146=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #954692 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954692 is #6AB96D. Grayscale: #666666. Windows color (decimal): -6994286 or 9586325. OLE color: 9586325.

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

Color convert

RGB 149 70 146 -
CMYK 0 0.53 0.02 0.42
HSL 302.28º 0.36% 0.43% -
HSV(B) 302.28º 0.53% 0.58% -
XYZ 19.77 12.85 28.63 -
YUV 102.29 152.67 161.32 -
System Red Green Blue C M Y K H S L
Decimal 149 70 146 0 0.53 0.02 0.42 302.28 0.36 0.43
Hex 95 46 92 0 35 2 2A 12E 24 2B
Octal 225 106 222 0 65 2 52 456 44 53
Binary 10010101 1000110 10010010 0 110101 10 101010 100101110 100100 101011

Color Harmonies of #954692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954692

Black with #954692

Text Example


Text Example

White with #954692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954692; }

 p { color: rgb(149,70,146); }

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

background-color css

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

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

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

border-color css

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

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

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