Html Css Color HEX #95668F Violet Blue

📋 copy color: '#95668F'

red 149 ◦ green 102 ◦ blue 143

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

Shades of Violet Blue #95668F

Tints of Violet Blue #95668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.29%

R = 37.82%
G = 25.89%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#95668F (or 0x95668F) is known color: Violet Blue. HEX triplet: 95, 66 and 8F. RGB value is (149,102,143). Sum of RGB (Red+Green+Blue) = 149+102+143=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #95668F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95668F is #6A9970. Grayscale: #787878. Windows color (decimal): -6986097 or 9397909. OLE color: 9397909.

HSL color Cylindrical-coordinate representation of color #95668F: hue angle of 307.66º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95668F is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 143 -
CMYK 0 0.32 0.04 0.42
HSL 307.66º 0.19% 0.49% -
HSV(B) 307.66º 0.32% 0.58% -
XYZ 22.1 17.88 28.27 -
YUV 120.73 140.57 148.17 -
System Red Green Blue C M Y K H S L
Decimal 149 102 143 0 0.32 0.04 0.42 307.66 0.19 0.49
Hex 95 66 8F 0 20 4 2A 134 13 31
Octal 225 146 217 0 40 4 52 464 23 61
Binary 10010101 1100110 10001111 0 100000 100 101010 100110100 10011 110001

Color Harmonies of #95668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95668F

Black with #95668F

Text Example


Text Example

White with #95668F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95668F; }

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

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

background-color css

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

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

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

border-color css

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

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

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