Html Css Color HEX #955292 Violet Blue

📋 copy color: '#955292'

red 149 ◦ green 82 ◦ blue 146

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

Shades of Violet Blue #955292

Tints of Violet Blue #955292

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.75%

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

R = 39.52%
G = 21.75%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#955292 (or 0x955292) is known color: Violet Blue. HEX triplet: 95, 52 and 92. RGB value is (149,82,146). Sum of RGB (Red+Green+Blue) = 149+82+146=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #955292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955292 is #6AAD6D. Grayscale: #6D6D6D. Windows color (decimal): -6991214 or 9589397. OLE color: 9589397.

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

Color convert

RGB 149 82 146 -
CMYK 0 0.45 0.02 0.42
HSL 302.69º 0.29% 0.45% -
HSV(B) 302.69º 0.45% 0.58% -
XYZ 20.6 14.5 28.91 -
YUV 109.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 149 82 146 0 0.45 0.02 0.42 302.69 0.29 0.45
Hex 95 52 92 0 2D 2 2A 12F 1D 2D
Octal 225 122 222 0 55 2 52 457 35 55
Binary 10010101 1010010 10010010 0 101101 10 101010 100101111 11101 101101

Color Harmonies of #955292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955292

Black with #955292

Text Example


Text Example

White with #955292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955292; }

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

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

background-color css

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

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

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

border-color css

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

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

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