Html Css Color HEX #95658F Violet Blue

📋 copy color: '#95658F'

red 149 ◦ green 101 ◦ blue 143

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

Shades of Violet Blue #95658F

Tints of Violet Blue #95658F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.7%

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

R = 37.91%
G = 25.7%
B = 36.39%

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

#95658F (or 0x95658F) is known color: Violet Blue. HEX triplet: 95, 65 and 8F. RGB value is (149,101,143). Sum of RGB (Red+Green+Blue) = 149+101+143=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #95658F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95658F is #6A9A70. Grayscale: #787878. Windows color (decimal): -6986353 or 9397653. OLE color: 9397653.

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

Color convert

RGB 149 101 143 -
CMYK 0 0.32 0.04 0.42
HSL 307.5º 0.19% 0.49% -
HSV(B) 307.5º 0.32% 0.58% -
XYZ 22.01 17.68 28.24 -
YUV 120.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 149 101 143 0 0.32 0.04 0.42 307.5 0.19 0.49
Hex 95 65 8F 0 20 4 2A 134 13 31
Octal 225 145 217 0 40 4 52 464 23 61
Binary 10010101 1100101 10001111 0 100000 100 101010 100110100 10011 110001

Color Harmonies of #95658F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95658F

Black with #95658F

Text Example


Text Example

White with #95658F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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