Html Css Color HEX #9573D0 True V

📋 copy color: '#9573D0'

red 149 ◦ green 115 ◦ blue 208

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

Shades of True V #9573D0

Tints of True V #9573D0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.36%

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

R = 31.57%
G = 24.36%
B = 44.07%

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

#9573D0 (or 0x9573D0) is known color: True V. HEX triplet: 95, 73 and D0. RGB value is (149,115,208). Sum of RGB (Red+Green+Blue) = 149+115+208=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #9573D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573D0 is #6A8C2F. Grayscale: #878787. Windows color (decimal): -6982704 or 13661077. OLE color: 13661077.

HSL color Cylindrical-coordinate representation of color #9573D0: hue angle of 261.94º 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 #9573D0 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 115 208 -
CMYK 0.28 0.45 0 0.18
HSL 261.94º 0.5% 0.63% -
HSV(B) 261.94º 0.45% 0.82% -
XYZ 29.91 23.21 62.58 -
YUV 135.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 149 115 208 0.28 0.45 0 0.18 261.94 0.5 0.63
Hex 95 73 D0 1C 2D 0 12 106 32 3F
Octal 225 163 320 34 55 0 22 406 62 77
Binary 10010101 1110011 11010000 11100 101101 0 10010 100000110 110010 111111

Color Harmonies of #9573D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9573D0

Black with #9573D0

Text Example


Text Example

White with #9573D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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