Html Css Color HEX #8A71BF True V

📋 copy color: '#8A71BF'

red 138 ◦ green 113 ◦ blue 191

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

Shades of True V #8A71BF

Tints of True V #8A71BF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.57%

 BLUE value IS 191 (75% from 255) = 43.21%

R = 31.22%
G = 25.57%
B = 43.21%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A71BF (or 0x8A71BF) is known color: True V. HEX triplet: 8A, 71 and BF. RGB value is (138,113,191). Sum of RGB (Red+Green+Blue) = 138+113+191=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A71BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A71BF is #758E40. Grayscale: #818181. Windows color (decimal): -7704129 or 12546442. OLE color: 12546442.

HSL color Cylindrical-coordinate representation of color #8A71BF: hue angle of 259.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A71BF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 113 191 -
CMYK 0.28 0.41 0 0.25
HSL 259.23º 0.38% 0.6% -
HSV(B) 259.23º 0.41% 0.75% -
XYZ 25.79 20.98 51.98 -
YUV 129.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 138 113 191 0.28 0.41 0 0.25 259.23 0.38 0.6
Hex 8A 71 BF 1C 29 0 19 103 26 3C
Octal 212 161 277 34 51 0 31 403 46 74
Binary 10001010 1110001 10111111 11100 101001 0 11001 100000011 100110 111100

Color Harmonies of #8A71BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A71BF

Black with #8A71BF

Text Example


Text Example

White with #8A71BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,113,191); }

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

background-color css

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

 a { background-color: rgb(138,113,191); }

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

border-color css

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

 span { border-color: rgb(138,113,191); }

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