Html Css Color HEX #9572D0 True V

📋 copy color: '#9572D0'

red 149 ◦ green 114 ◦ blue 208

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

Shades of True V #9572D0

Tints of True V #9572D0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.2%

 BLUE value IS 208 (81.64% from 255) = 44.16%

R = 31.63%
G = 24.2%
B = 44.16%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9572D0 (or 0x9572D0) is known color: True V. HEX triplet: 95, 72 and D0. RGB value is (149,114,208). Sum of RGB (Red+Green+Blue) = 149+114+208=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #9572D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9572D0 is #6A8D2F. Grayscale: #868686. Windows color (decimal): -6982960 or 13660821. OLE color: 13660821.

HSL color Cylindrical-coordinate representation of color #9572D0: hue angle of 262.34º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9572D0 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 114 208 -
CMYK 0.28 0.45 0 0.18
HSL 262.34º 0.5% 0.63% -
HSV(B) 262.34º 0.45% 0.82% -
XYZ 29.8 22.98 62.54 -
YUV 135.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 149 114 208 0.28 0.45 0 0.18 262.34 0.5 0.63
Hex 95 72 D0 1C 2D 0 12 106 32 3F
Octal 225 162 320 34 55 0 22 406 62 77
Binary 10010101 1110010 11010000 11100 101101 0 10010 100000110 110010 111111

Color Harmonies of #9572D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9572D0

Black with #9572D0

Text Example


Text Example

White with #9572D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9572D0; }

 p { color: rgb(149,114,208); }

 H1.HeaderClassName
 {
   color: #9572D0;
 }
 .AnyTagClassName
 {
   color: #9572D0;
 }
</style>

background-color css

<style>
 a { background-color: #9572D0; }

 a { background-color: rgb(149,114,208); }

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

border-color css

<style>
 span { border-color: #9572D0; }

 span { border-color: rgb(149,114,208); }

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