Html Css Color HEX #95669A Violet Blue

📋 copy color: '#95669A'

red 149 ◦ green 102 ◦ blue 154

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

Shades of Violet Blue #95669A

Tints of Violet Blue #95669A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 154 (60.55% from 255) = 38.02%

R = 36.79%
G = 25.19%
B = 38.02%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#95669A (or 0x95669A) is known color: Violet Blue. HEX triplet: 95, 66 and 9A. RGB value is (149,102,154). Sum of RGB (Red+Green+Blue) = 149+102+154=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 154 (60.55% from 255 or 38.02% from 405); Max value from RGB is 154 - color contains mainly: blue. Hex color #95669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95669A is #6A9965. Grayscale: #797979. Windows color (decimal): -6986086 or 10118805. OLE color: 10118805.

HSL color Cylindrical-coordinate representation of color #95669A: hue angle of 294.23º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95669A is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 102 154 -
CMYK 0.03 0.34 0 0.40
HSL 294.23º 0.2% 0.5% -
HSV(B) 294.23º 0.34% 0.6% -
XYZ 22.98 18.23 32.88 -
YUV 121.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 149 102 154 0.03 0.34 0 0.40 294.23 0.2 0.5
Hex 95 66 9A 3 22 0 28 126 14 32
Octal 225 146 232 3 42 0 50 446 24 62
Binary 10010101 1100110 10011010 11 100010 0 101000 100100110 10100 110010

Color Harmonies of #95669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95669A

Black with #95669A

Text Example


Text Example

White with #95669A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95669A; }

 p { color: rgb(149,102,154); }

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

background-color css

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

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

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

border-color css

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

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

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