Html Css Color HEX #8A64CE True V

📋 copy color: '#8A64CE'

red 138 ◦ green 100 ◦ blue 206

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

Shades of True V #8A64CE

Tints of True V #8A64CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.52%

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

R = 31.08%
G = 22.52%
B = 46.4%

CMYK

 C value IS 0.33

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A64CE (or 0x8A64CE) is known color: True V. HEX triplet: 8A, 64 and CE. RGB value is (138,100,206). Sum of RGB (Red+Green+Blue) = 138+100+206=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A64CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A64CE is #759B31. Grayscale: #7B7B7B. Windows color (decimal): -7707442 or 13526154. OLE color: 13526154.

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

Color convert

RGB 138 100 206 -
CMYK 0.33 0.51 0 0.19
HSL 261.51º 0.52% 0.6% -
HSV(B) 261.51º 0.51% 0.81% -
XYZ 26.18 18.97 60.68 -
YUV 123.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 138 100 206 0.33 0.51 0 0.19 261.51 0.52 0.6
Hex 8A 64 CE 21 33 0 13 106 34 3C
Octal 212 144 316 41 63 0 23 406 64 74
Binary 10001010 1100100 11001110 100001 110011 0 10011 100000110 110100 111100

Color Harmonies of #8A64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A64CE

Black with #8A64CE

Text Example


Text Example

White with #8A64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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