Html Css Color HEX #8A10CF Dark Violet

📋 copy color: '#8A10CF'

red 138 ◦ green 16 ◦ blue 207

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

Shades of Dark Violet #8A10CF

Tints of Dark Violet #8A10CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.43%

 BLUE value IS 207 (81.25% from 255) = 57.34%

R = 38.23%
G = 4.43%
B = 57.34%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A10CF (or 0x8A10CF) is known color: Dark Violet. HEX triplet: 8A, 10 and CF. RGB value is (138,16,207). Sum of RGB (Red+Green+Blue) = 138+16+207=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A10CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A10CF is #75EF30. Grayscale: #494949. Windows color (decimal): -7728945 or 13570186. OLE color: 13570186.

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

Color convert

RGB 138 16 207 -
CMYK 0.33 0.92 0 0.19
HSL 278.32º 0.86% 0.44% -
HSV(B) 278.32º 0.92% 0.81% -
XYZ 21.93 10.28 59.86 -
YUV 74.25 202.92 173.47 -
System Red Green Blue C M Y K H S L
Decimal 138 16 207 0.33 0.92 0 0.19 278.32 0.86 0.44
Hex 8A 10 CF 21 5C 0 13 116 56 2C
Octal 212 20 317 41 134 0 23 426 126 54
Binary 10001010 10000 11001111 100001 1011100 0 10011 100010110 1010110 101100

Color Harmonies of #8A10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A10CF

Black with #8A10CF

Text Example


Text Example

White with #8A10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,16,207); }

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

background-color css

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

 a { background-color: rgb(138,16,207); }

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

border-color css

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

 span { border-color: rgb(138,16,207); }

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