Html Css Color HEX #9571CF True V

📋 copy color: '#9571CF'

red 149 ◦ green 113 ◦ blue 207

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

Shades of True V #9571CF

Tints of True V #9571CF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.09%

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

R = 31.77%
G = 24.09%
B = 44.14%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9571CF (or 0x9571CF) is known color: True V. HEX triplet: 95, 71 and CF. RGB value is (149,113,207). Sum of RGB (Red+Green+Blue) = 149+113+207=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #9571CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571CF is #6A8E30. Grayscale: #868686. Windows color (decimal): -6983217 or 13595029. OLE color: 13595029.

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

Color convert

RGB 149 113 207 -
CMYK 0.28 0.45 0 0.19
HSL 262.98º 0.49% 0.63% -
HSV(B) 262.98º 0.45% 0.81% -
XYZ 29.56 22.7 61.86 -
YUV 134.48 168.93 138.36 -
System Red Green Blue C M Y K H S L
Decimal 149 113 207 0.28 0.45 0 0.19 262.98 0.49 0.63
Hex 95 71 CF 1C 2D 0 13 107 31 3F
Octal 225 161 317 34 55 0 23 407 61 77
Binary 10010101 1110001 11001111 11100 101101 0 10011 100000111 110001 111111

Color Harmonies of #9571CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9571CF

Black with #9571CF

Text Example


Text Example

White with #9571CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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