Html Css Color HEX #954F8C Violet Blue

📋 copy color: '#954F8C'

red 149 ◦ green 79 ◦ blue 140

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

Shades of Violet Blue #954F8C

Tints of Violet Blue #954F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 40.49%
G = 21.47%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#954F8C (or 0x954F8C) is known color: Violet Blue. HEX triplet: 95, 4F and 8C. RGB value is (149,79,140). Sum of RGB (Red+Green+Blue) = 149+79+140=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #954F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F8C is #6AB073. Grayscale: #6A6A6A. Windows color (decimal): -6991988 or 9195413. OLE color: 9195413.

HSL color Cylindrical-coordinate representation of color #954F8C: hue angle of 307.71º 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 #954F8C is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 140 -
CMYK 0 0.47 0.06 0.42
HSL 307.71º 0.31% 0.45% -
HSV(B) 307.71º 0.47% 0.58% -
XYZ 19.92 13.87 26.44 -
YUV 106.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 149 79 140 0 0.47 0.06 0.42 307.71 0.31 0.45
Hex 95 4F 8C 0 2F 6 2A 134 1F 2D
Octal 225 117 214 0 57 6 52 464 37 55
Binary 10010101 1001111 10001100 0 101111 110 101010 100110100 11111 101101

Color Harmonies of #954F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F8C

Black with #954F8C

Text Example


Text Example

White with #954F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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