Html Css Color HEX #955892 Violet Blue

📋 copy color: '#955892'

red 149 ◦ green 88 ◦ blue 146

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

Shades of Violet Blue #955892

Tints of Violet Blue #955892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

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

R = 38.9%
G = 22.98%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#955892 (or 0x955892) is known color: Violet Blue. HEX triplet: 95, 58 and 92. RGB value is (149,88,146). Sum of RGB (Red+Green+Blue) = 149+88+146=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #955892 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955892 is #6AA76D. Grayscale: #707070. Windows color (decimal): -6989678 or 9590933. OLE color: 9590933.

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

Color convert

RGB 149 88 146 -
CMYK 0 0.41 0.02 0.42
HSL 302.95º 0.26% 0.46% -
HSV(B) 302.95º 0.41% 0.58% -
XYZ 21.07 15.44 29.06 -
YUV 112.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 149 88 146 0 0.41 0.02 0.42 302.95 0.26 0.46
Hex 95 58 92 0 29 2 2A 12F 1A 2E
Octal 225 130 222 0 51 2 52 457 32 56
Binary 10010101 1011000 10010010 0 101001 10 101010 100101111 11010 101110

Color Harmonies of #955892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955892

Black with #955892

Text Example


Text Example

White with #955892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955892; }

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

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

background-color css

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

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

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

border-color css

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

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

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