Html Css Color HEX #8A70CD True V

📋 copy color: '#8A70CD'

red 138 ◦ green 112 ◦ blue 205

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

Shades of True V #8A70CD

Tints of True V #8A70CD

RGB

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

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

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

R = 30.33%
G = 24.62%
B = 45.05%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8A70CD (or 0x8A70CD) is known color: True V. HEX triplet: 8A, 70 and CD. RGB value is (138,112,205). Sum of RGB (Red+Green+Blue) = 138+112+205=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 205 (80.47% from 255 or 45.05% from 455); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A70CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A70CD is #758F32. Grayscale: #828282. Windows color (decimal): -7704371 or 13463690. OLE color: 13463690.

HSL color Cylindrical-coordinate representation of color #8A70CD: hue angle of 256.77º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A70CD is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 112 205 -
CMYK 0.33 0.45 0 0.20
HSL 256.77º 0.48% 0.62% -
HSV(B) 256.77º 0.45% 0.8% -
XYZ 27.29 21.4 60.45 -
YUV 130.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 138 112 205 0.33 0.45 0 0.20 256.77 0.48 0.62
Hex 8A 70 CD 21 2D 0 14 101 30 3E
Octal 212 160 315 41 55 0 24 401 60 76
Binary 10001010 1110000 11001101 100001 101101 0 10100 100000001 110000 111110

Color Harmonies of #8A70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A70CD

Black with #8A70CD

Text Example


Text Example

White with #8A70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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