Html Css Color HEX #9173CD True V

📋 copy color: '#9173CD'

red 145 ◦ green 115 ◦ blue 205

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

Shades of True V #9173CD

Tints of True V #9173CD

RGB

 RED value IS 145 (57.03% from 255) = 31.18%

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 31.18%
G = 24.73%
B = 44.09%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9173CD (or 0x9173CD) is known color: True V. HEX triplet: 91, 73 and CD. RGB value is (145,115,205). Sum of RGB (Red+Green+Blue) = 145+115+205=465 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.18% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #9173CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9173CD is #6E8C32. Grayscale: #858585. Windows color (decimal): -7244851 or 13464465. OLE color: 13464465.

HSL color Cylindrical-coordinate representation of color #9173CD: hue angle of 260º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9173CD is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 115 205 -
CMYK 0.29 0.44 0 0.20
HSL 260º 0.47% 0.63% -
HSV(B) 260º 0.44% 0.8% -
XYZ 28.83 22.69 60.62 -
YUV 134.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 145 115 205 0.29 0.44 0 0.20 260 0.47 0.63
Hex 91 73 CD 1D 2C 0 14 104 2F 3F
Octal 221 163 315 35 54 0 24 404 57 77
Binary 10010001 1110011 11001101 11101 101100 0 10100 100000100 101111 111111

Color Harmonies of #9173CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9173CD

Black with #9173CD

Text Example


Text Example

White with #9173CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9173CD; }

 p { color: rgb(145,115,205); }

 H1.HeaderClassName
 {
   color: #9173CD;
 }
 .AnyTagClassName
 {
   color: #9173CD;
 }
</style>

background-color css

<style>
 a { background-color: #9173CD; }

 a { background-color: rgb(145,115,205); }

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

border-color css

<style>
 span { border-color: #9173CD; }

 span { border-color: rgb(145,115,205); }

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