Html Css Color HEX #8A15CF Dark Violet

📋 copy color: '#8A15CF'

red 138 ◦ green 21 ◦ blue 207

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

Shades of Dark Violet #8A15CF

Tints of Dark Violet #8A15CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.74%

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

R = 37.7%
G = 5.74%
B = 56.56%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8A15CF (or 0x8A15CF) is known color: Dark Violet. HEX triplet: 8A, 15 and CF. RGB value is (138,21,207). Sum of RGB (Red+Green+Blue) = 138+21+207=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A15CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A15CF is #75EA30. Grayscale: #4C4C4C. Windows color (decimal): -7727665 or 13571466. OLE color: 13571466.

HSL color Cylindrical-coordinate representation of color #8A15CF: hue angle of 277.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A15CF is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 21 207 -
CMYK 0.33 0.90 0 0.19
HSL 277.74º 0.82% 0.45% -
HSV(B) 277.74º 0.9% 0.81% -
XYZ 22.01 10.44 59.89 -
YUV 77.19 201.26 171.38 -
System Red Green Blue C M Y K H S L
Decimal 138 21 207 0.33 0.90 0 0.19 277.74 0.82 0.45
Hex 8A 15 CF 21 5A 0 13 116 52 2D
Octal 212 25 317 41 132 0 23 426 122 55
Binary 10001010 10101 11001111 100001 1011010 0 10011 100010110 1010010 101101

Color Harmonies of #8A15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A15CF

Black with #8A15CF

Text Example


Text Example

White with #8A15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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