Html Css Color HEX #8973CA True V

📋 copy color: '#8973CA'

red 137 ◦ green 115 ◦ blue 202

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

Shades of True V #8973CA

Tints of True V #8973CA

RGB

 RED value IS 137 (53.91% from 255) = 30.18%

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 30.18%
G = 25.33%
B = 44.49%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8973CA (or 0x8973CA) is known color: True V. HEX triplet: 89, 73 and CA. RGB value is (137,115,202). Sum of RGB (Red+Green+Blue) = 137+115+202=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #8973CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973CA is #768C35. Grayscale: #838383. Windows color (decimal): -7769142 or 13267849. OLE color: 13267849.

HSL color Cylindrical-coordinate representation of color #8973CA: hue angle of 255.17º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8973CA is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 137 115 202 -
CMYK 0.32 0.43 0 0.21
HSL 255.17º 0.45% 0.62% -
HSV(B) 255.17º 0.43% 0.79% -
XYZ 27.11 21.84 58.66 -
YUV 131.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 137 115 202 0.32 0.43 0 0.21 255.17 0.45 0.62
Hex 89 73 CA 20 2B 0 15 FF 2D 3E
Octal 211 163 312 40 53 0 25 377 55 76
Binary 10001001 1110011 11001010 100000 101011 0 10101 11111111 101101 111110

Color Harmonies of #8973CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973CA

Black with #8973CA

Text Example


Text Example

White with #8973CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8973CA; }

 p { color: rgb(137,115,202); }

 H1.HeaderClassName
 {
   color: #8973CA;
 }
 .AnyTagClassName
 {
   color: #8973CA;
 }
</style>

background-color css

<style>
 a { background-color: #8973CA; }

 a { background-color: rgb(137,115,202); }

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

border-color css

<style>
 span { border-color: #8973CA; }

 span { border-color: rgb(137,115,202); }

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