Html Css Color HEX #8A73CE True V

📋 copy color: '#8A73CE'

red 138 ◦ green 115 ◦ blue 206

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

Shades of True V #8A73CE

Tints of True V #8A73CE

RGB

 RED value IS 138 (54.3% from 255) = 30.07%

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 30.07%
G = 25.05%
B = 44.88%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A73CE (or 0x8A73CE) is known color: True V. HEX triplet: 8A, 73 and CE. RGB value is (138,115,206). Sum of RGB (Red+Green+Blue) = 138+115+206=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A73CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A73CE is #758C31. Grayscale: #838383. Windows color (decimal): -7703602 or 13529994. OLE color: 13529994.

HSL color Cylindrical-coordinate representation of color #8A73CE: hue angle of 255.16º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A73CE is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 115 206 -
CMYK 0.33 0.44 0 0.19
HSL 255.16º 0.48% 0.63% -
HSV(B) 255.16º 0.44% 0.81% -
XYZ 27.75 22.12 61.2 -
YUV 132.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 138 115 206 0.33 0.44 0 0.19 255.16 0.48 0.63
Hex 8A 73 CE 21 2C 0 13 FF 30 3F
Octal 212 163 316 41 54 0 23 377 60 77
Binary 10001010 1110011 11001110 100001 101100 0 10011 11111111 110000 111111

Color Harmonies of #8A73CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A73CE

Black with #8A73CE

Text Example


Text Example

White with #8A73CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A73CE; }

 p { color: rgb(138,115,206); }

 H1.HeaderClassName
 {
   color: #8A73CE;
 }
 .AnyTagClassName
 {
   color: #8A73CE;
 }
</style>

background-color css

<style>
 a { background-color: #8A73CE; }

 a { background-color: rgb(138,115,206); }

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

border-color css

<style>
 span { border-color: #8A73CE; }

 span { border-color: rgb(138,115,206); }

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