Html Css Color HEX #8A72CD True V

📋 copy color: '#8A72CD'

red 138 ◦ green 114 ◦ blue 205

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

Shades of True V #8A72CD

Tints of True V #8A72CD

RGB

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

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

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

R = 30.2%
G = 24.95%
B = 44.86%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A72CD (or 0x8A72CD) is known color: True V. HEX triplet: 8A, 72 and CD. RGB value is (138,114,205). Sum of RGB (Red+Green+Blue) = 138+114+205=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A72CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A72CD is #758D32. Grayscale: #838383. Windows color (decimal): -7703859 or 13464202. OLE color: 13464202.

HSL color Cylindrical-coordinate representation of color #8A72CD: hue angle of 255.82º degrees, saturation: 0.48, 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 #8A72CD is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 114 205 -
CMYK 0.33 0.44 0 0.20
HSL 255.82º 0.48% 0.63% -
HSV(B) 255.82º 0.44% 0.8% -
XYZ 27.52 21.85 60.52 -
YUV 131.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 138 114 205 0.33 0.44 0 0.20 255.82 0.48 0.63
Hex 8A 72 CD 21 2C 0 14 100 30 3F
Octal 212 162 315 41 54 0 24 400 60 77
Binary 10001010 1110010 11001101 100001 101100 0 10100 100000000 110000 111111

Color Harmonies of #8A72CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A72CD

Black with #8A72CD

Text Example


Text Example

White with #8A72CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,114,205); }

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

background-color css

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

 a { background-color: rgb(138,114,205); }

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

border-color css

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

 span { border-color: rgb(138,114,205); }

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