Html Css Color HEX #8A70BE True V

📋 copy color: '#8A70BE'

red 138 ◦ green 112 ◦ blue 190

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

Shades of True V #8A70BE

Tints of True V #8A70BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

 BLUE value IS 190 (74.61% from 255) = 43.18%

R = 31.36%
G = 25.45%
B = 43.18%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A70BE (or 0x8A70BE) is known color: True V. HEX triplet: 8A, 70 and BE. RGB value is (138,112,190). Sum of RGB (Red+Green+Blue) = 138+112+190=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70BE is #758F41. Grayscale: #808080. Windows color (decimal): -7704386 or 12480650. OLE color: 12480650.

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

Color convert

RGB 138 112 190 -
CMYK 0.27 0.41 0 0.25
HSL 260º 0.38% 0.59% -
HSV(B) 260º 0.41% 0.75% -
XYZ 25.57 20.71 51.36 -
YUV 128.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 138 112 190 0.27 0.41 0 0.25 260 0.38 0.59
Hex 8A 70 BE 1B 29 0 19 104 26 3B
Octal 212 160 276 33 51 0 31 404 46 73
Binary 10001010 1110000 10111110 11011 101001 0 11001 100000100 100110 111011

Color Harmonies of #8A70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A70BE

Black with #8A70BE

Text Example


Text Example

White with #8A70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,190); }

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

background-color css

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

 a { background-color: rgb(138,112,190); }

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

border-color css

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

 span { border-color: rgb(138,112,190); }

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