Html Css Color HEX #95608E Violet Blue

📋 copy color: '#95608E'

red 149 ◦ green 96 ◦ blue 142

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

Shades of Violet Blue #95608E

Tints of Violet Blue #95608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 142 (55.86% from 255) = 36.69%

R = 38.5%
G = 24.81%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#95608E (or 0x95608E) is known color: Violet Blue. HEX triplet: 95, 60 and 8E. RGB value is (149,96,142). Sum of RGB (Red+Green+Blue) = 149+96+142=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #95608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95608E is #6A9F71. Grayscale: #747474. Windows color (decimal): -6987634 or 9330837. OLE color: 9330837.

HSL color Cylindrical-coordinate representation of color #95608E: hue angle of 307.92º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95608E is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 142 -
CMYK 0 0.36 0.05 0.42
HSL 307.92º 0.22% 0.48% -
HSV(B) 307.92º 0.36% 0.58% -
XYZ 21.46 16.71 27.69 -
YUV 117.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 149 96 142 0 0.36 0.05 0.42 307.92 0.22 0.48
Hex 95 60 8E 0 24 5 2A 134 16 30
Octal 225 140 216 0 44 5 52 464 26 60
Binary 10010101 1100000 10001110 0 100100 101 101010 100110100 10110 110000

Color Harmonies of #95608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95608E

Black with #95608E

Text Example


Text Example

White with #95608E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95608E; }

 p { color: rgb(149,96,142); }

 H1.HeaderClassName
 {
   color: #95608E;
 }
 .AnyTagClassName
 {
   color: #95608E;
 }
</style>

background-color css

<style>
 a { background-color: #95608E; }

 a { background-color: rgb(149,96,142); }

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

border-color css

<style>
 span { border-color: #95608E; }

 span { border-color: rgb(149,96,142); }

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