Html Css Color HEX #954F8E Violet Blue

📋 copy color: '#954F8E'

red 149 ◦ green 79 ◦ blue 142

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

Shades of Violet Blue #954F8E

Tints of Violet Blue #954F8E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.35%

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

R = 40.27%
G = 21.35%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#954F8E (or 0x954F8E) is known color: Violet Blue. HEX triplet: 95, 4F and 8E. RGB value is (149,79,142). Sum of RGB (Red+Green+Blue) = 149+79+142=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #954F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F8E is #6AB071. Grayscale: #6A6A6A. Windows color (decimal): -6991986 or 9326485. OLE color: 9326485.

HSL color Cylindrical-coordinate representation of color #954F8E: hue angle of 306º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F8E is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 142 -
CMYK 0 0.47 0.05 0.42
HSL 306º 0.31% 0.45% -
HSV(B) 306º 0.47% 0.58% -
XYZ 20.07 13.93 27.22 -
YUV 107.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 149 79 142 0 0.47 0.05 0.42 306 0.31 0.45
Hex 95 4F 8E 0 2F 5 2A 132 1F 2D
Octal 225 117 216 0 57 5 52 462 37 55
Binary 10010101 1001111 10001110 0 101111 101 101010 100110010 11111 101101

Color Harmonies of #954F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F8E

Black with #954F8E

Text Example


Text Example

White with #954F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954F8E; }

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

 H1.HeaderClassName
 {
   color: #954F8E;
 }
 .AnyTagClassName
 {
   color: #954F8E;
 }
</style>

background-color css

<style>
 a { background-color: #954F8E; }

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

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

border-color css

<style>
 span { border-color: #954F8E; }

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

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