Html Css Color HEX #8C2AFA Blue Violet

📋 copy color: '#8C2AFA'

red 140 ◦ green 42 ◦ blue 250

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

Shades of Blue Violet #8C2AFA

Tints of Blue Violet #8C2AFA

RGB

 RED value IS 140 (55.08% from 255) = 32.41%

 GREEN value IS 42 (16.8% from 255) = 9.72%

 BLUE value IS 250 (98.05% from 255) = 57.87%

R = 32.41%
G = 9.72%
B = 57.87%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C2AFA (or 0x8C2AFA) is known color: Blue Violet. HEX triplet: 8C, 2A and FA. RGB value is (140,42,250). Sum of RGB (Red+Green+Blue) = 140+42+250=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #8C2AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2AFA is #73D505. Grayscale: #5E5E5E. Windows color (decimal): -7591174 or 16394892. OLE color: 16394892.

HSL color Cylindrical-coordinate representation of color #8C2AFA: hue angle of 268.27º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C2AFA is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 42 250 -
CMYK 0.44 0.83 0 0.02
HSL 268.27º 0.95% 0.57% -
HSV(B) 268.27º 0.83% 0.98% -
XYZ 28.9 14.13 91.65 -
YUV 95.01 215.47 160.09 -
System Red Green Blue C M Y K H S L
Decimal 140 42 250 0.44 0.83 0 0.02 268.27 0.95 0.57
Hex 8C 2A FA 2C 53 0 2 10C 5F 39
Octal 214 52 372 54 123 0 2 414 137 71
Binary 10001100 101010 11111010 101100 1010011 0 10 100001100 1011111 111001

Color Harmonies of #8C2AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2AFA

Black with #8C2AFA

Text Example


Text Example

White with #8C2AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,42,250); }

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

background-color css

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

 a { background-color: rgb(140,42,250); }

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

border-color css

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

 span { border-color: rgb(140,42,250); }

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