Html Css Color HEX #95469E Violet Blue

📋 copy color: '#95469E'

red 149 ◦ green 70 ◦ blue 158

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

Shades of Violet Blue #95469E

Tints of Violet Blue #95469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

 BLUE value IS 158 (62.11% from 255) = 41.91%

R = 39.52%
G = 18.57%
B = 41.91%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#95469E (or 0x95469E) is known color: Violet Blue. HEX triplet: 95, 46 and 9E. RGB value is (149,70,158). Sum of RGB (Red+Green+Blue) = 149+70+158=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #95469E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95469E is #6AB961. Grayscale: #676767. Windows color (decimal): -6994274 or 10372757. OLE color: 10372757.

HSL color Cylindrical-coordinate representation of color #95469E: hue angle of 293.86º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95469E is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 70 158 -
CMYK 0.06 0.56 0 0.38
HSL 293.86º 0.39% 0.45% -
HSV(B) 293.86º 0.56% 0.62% -
XYZ 20.76 13.24 33.81 -
YUV 103.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 149 70 158 0.06 0.56 0 0.38 293.86 0.39 0.45
Hex 95 46 9E 6 38 0 26 126 27 2D
Octal 225 106 236 6 70 0 46 446 47 55
Binary 10010101 1000110 10011110 110 111000 0 100110 100100110 100111 101101

Color Harmonies of #95469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95469E

Black with #95469E

Text Example


Text Example

White with #95469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,70,158); }

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

background-color css

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

 a { background-color: rgb(149,70,158); }

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

border-color css

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

 span { border-color: rgb(149,70,158); }

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