Html Css Color HEX #95668D Violet Blue

📋 copy color: '#95668D'

red 149 ◦ green 102 ◦ blue 141

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

Shades of Violet Blue #95668D

Tints of Violet Blue #95668D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.97%

R = 38.01%
G = 26.02%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95668D (or 0x95668D) is known color: Violet Blue. HEX triplet: 95, 66 and 8D. RGB value is (149,102,141). Sum of RGB (Red+Green+Blue) = 149+102+141=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95668D is #6A9972. Grayscale: #787878. Windows color (decimal): -6986099 or 9266837. OLE color: 9266837.

HSL color Cylindrical-coordinate representation of color #95668D: hue angle of 310.21º 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 #95668D is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 102 141 -
CMYK 0 0.32 0.05 0.42
HSL 310.21º 0.19% 0.49% -
HSV(B) 310.21º 0.32% 0.58% -
XYZ 21.95 17.82 27.48 -
YUV 120.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 149 102 141 0 0.32 0.05 0.42 310.21 0.19 0.49
Hex 95 66 8D 0 20 5 2A 136 13 31
Octal 225 146 215 0 40 5 52 466 23 61
Binary 10010101 1100110 10001101 0 100000 101 101010 100110110 10011 110001

Color Harmonies of #95668D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95668D

Black with #95668D

Text Example


Text Example

White with #95668D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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