Html Css Color HEX #8A68CE True V

📋 copy color: '#8A68CE'

red 138 ◦ green 104 ◦ blue 206

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

Shades of True V #8A68CE

Tints of True V #8A68CE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.21%

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

R = 30.8%
G = 23.21%
B = 45.98%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A68CE (or 0x8A68CE) is known color: True V. HEX triplet: 8A, 68 and CE. RGB value is (138,104,206). Sum of RGB (Red+Green+Blue) = 138+104+206=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A68CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A68CE is #759731. Grayscale: #7D7D7D. Windows color (decimal): -7706418 or 13527178. OLE color: 13527178.

HSL color Cylindrical-coordinate representation of color #8A68CE: hue angle of 260º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A68CE is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 104 206 -
CMYK 0.33 0.50 0 0.19
HSL 260º 0.51% 0.61% -
HSV(B) 260º 0.5% 0.81% -
XYZ 26.57 19.76 60.81 -
YUV 125.79 173.26 136.71 -
System Red Green Blue C M Y K H S L
Decimal 138 104 206 0.33 0.50 0 0.19 260 0.51 0.61
Hex 8A 68 CE 21 32 0 13 104 33 3D
Octal 212 150 316 41 62 0 23 404 63 75
Binary 10001010 1101000 11001110 100001 110010 0 10011 100000100 110011 111101

Color Harmonies of #8A68CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A68CE

Black with #8A68CE

Text Example


Text Example

White with #8A68CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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