Html Css Color HEX #9579CF True V

📋 copy color: '#9579CF'

red 149 ◦ green 121 ◦ blue 207

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

Shades of True V #9579CF

Tints of True V #9579CF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.37%

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 31.24%
G = 25.37%
B = 43.4%

CMYK

 C value IS 0.28

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9579CF (or 0x9579CF) is known color: True V. HEX triplet: 95, 79 and CF. RGB value is (149,121,207). Sum of RGB (Red+Green+Blue) = 149+121+207=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 121 (47.66% from 255 or 25.37% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #9579CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579CF is #6A8630. Grayscale: #8A8A8A. Windows color (decimal): -6981169 or 13597077. OLE color: 13597077.

HSL color Cylindrical-coordinate representation of color #9579CF: hue angle of 259.53º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9579CF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 121 207 -
CMYK 0.28 0.42 0 0.19
HSL 259.53º 0.47% 0.64% -
HSV(B) 259.53º 0.42% 0.81% -
XYZ 30.49 24.57 62.17 -
YUV 139.18 166.28 135.01 -
System Red Green Blue C M Y K H S L
Decimal 149 121 207 0.28 0.42 0 0.19 259.53 0.47 0.64
Hex 95 79 CF 1C 2A 0 13 104 2F 40
Octal 225 171 317 34 52 0 23 404 57 100
Binary 10010101 1111001 11001111 11100 101010 0 10011 100000100 101111 1000000

Color Harmonies of #9579CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579CF

Black with #9579CF

Text Example


Text Example

White with #9579CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9579CF; }

 p { color: rgb(149,121,207); }

 H1.HeaderClassName
 {
   color: #9579CF;
 }
 .AnyTagClassName
 {
   color: #9579CF;
 }
</style>

background-color css

<style>
 a { background-color: #9579CF; }

 a { background-color: rgb(149,121,207); }

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

border-color css

<style>
 span { border-color: #9579CF; }

 span { border-color: rgb(149,121,207); }

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