#8a1ccf

Color #8A1CCF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8A1CCF

Tints of Blue Violet #8A1CCF

Color information

#8A1CCF (or 0x8A1CCF) is unknown color: approx Blue Violet. HEX triplet: 8A, 1C and CF. RGB value is (138,28,207). Sum of RGB (Red+Green+Blue) = 138+28+207=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #8A1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A1CCF is #75E330. Grayscale: #505050. Windows color (decimal): -7725873 or 13573258. OLE color: 13573258.

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

Color convert

RGB13828207-
CMYK0.330.8600.19
HSL276.87º76.17%46.08%-
HSV(B)276.87º86.47%81.18%-
XYZ22.1610.7459.94-
YUV81.3198.94168.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.00%
GREEN value IS 28 (11.33% from 255) = 7.51%
BLUE value IS 207 (81.25% from 255) = 55.50%
R=37.00%
G=7.51%
B=55.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal138282070.330.8600.19276.8776.1746.08
Hex8A1CCF21560131154c2e
Octal212343174112602342511456
Binary10001010111001100111110000110101100100111000101011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a1ccf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8a1ccf;
 }
 .AnyTagClassName
 {
   color: #8a1ccf;
 }
</style>
background-color css

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

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

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

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

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

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