Html Css Color HEX #95669C Violet Blue

📋 copy color: '#95669C'

red 149 ◦ green 102 ◦ blue 156

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

Shades of Violet Blue #95669C

Tints of Violet Blue #95669C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.33%

R = 36.61%
G = 25.06%
B = 38.33%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95669C (or 0x95669C) is known color: Violet Blue. HEX triplet: 95, 66 and 9C. RGB value is (149,102,156). Sum of RGB (Red+Green+Blue) = 149+102+156=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #95669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95669C is #6A9963. Grayscale: #7A7A7A. Windows color (decimal): -6986084 or 10249877. OLE color: 10249877.

HSL color Cylindrical-coordinate representation of color #95669C: hue angle of 292.22º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95669C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 102 156 -
CMYK 0.04 0.35 0 0.39
HSL 292.22º 0.21% 0.51% -
HSV(B) 292.22º 0.35% 0.61% -
XYZ 23.15 18.29 33.76 -
YUV 122.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 149 102 156 0.04 0.35 0 0.39 292.22 0.21 0.51
Hex 95 66 9C 4 23 0 27 124 15 33
Octal 225 146 234 4 43 0 47 444 25 63
Binary 10010101 1100110 10011100 100 100011 0 100111 100100100 10101 110011

Color Harmonies of #95669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95669C

Black with #95669C

Text Example


Text Example

White with #95669C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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