Html Css Color HEX #95699C Violet Blue

📋 copy color: '#95699C'

red 149 ◦ green 105 ◦ blue 156

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

Shades of Violet Blue #95699C

Tints of Violet Blue #95699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

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

R = 36.34%
G = 25.61%
B = 38.05%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95699C (or 0x95699C) is known color: Violet Blue. HEX triplet: 95, 69 and 9C. RGB value is (149,105,156). Sum of RGB (Red+Green+Blue) = 149+105+156=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 156 - color contains mainly: blue. Hex color #95699C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95699C is #6A9663. Grayscale: #7B7B7B. Windows color (decimal): -6985316 or 10250645. OLE color: 10250645.

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

Color convert

RGB 149 105 156 -
CMYK 0.04 0.33 0 0.39
HSL 291.76º 0.2% 0.51% -
HSV(B) 291.76º 0.33% 0.61% -
XYZ 23.45 18.89 33.86 -
YUV 123.97 146.08 145.85 -
System Red Green Blue C M Y K H S L
Decimal 149 105 156 0.04 0.33 0 0.39 291.76 0.2 0.51
Hex 95 69 9C 4 21 0 27 124 14 33
Octal 225 151 234 4 41 0 47 444 24 63
Binary 10010101 1101001 10011100 100 100001 0 100111 100100100 10100 110011

Color Harmonies of #95699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95699C

Black with #95699C

Text Example


Text Example

White with #95699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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