Html Css Color HEX #8C2AEB Blue Violet

📋 copy color: '#8C2AEB'

red 140 ◦ green 42 ◦ blue 235

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

Shades of Blue Violet #8C2AEB

Tints of Blue Violet #8C2AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.35%

R = 33.57%
G = 10.07%
B = 56.35%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C2AEB (or 0x8C2AEB) is known color: Blue Violet. HEX triplet: 8C, 2A and EB. RGB value is (140,42,235). Sum of RGB (Red+Green+Blue) = 140+42+235=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 235 (92.19% from 255 or 56.35% from 417); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C2AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2AEB is #73D514. Grayscale: #5C5C5C. Windows color (decimal): -7591189 or 15411852. OLE color: 15411852.

HSL color Cylindrical-coordinate representation of color #8C2AEB: hue angle of 270.47º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C2AEB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 42 235 -
CMYK 0.40 0.82 0 0.08
HSL 270.47º 0.83% 0.54% -
HSV(B) 270.47º 0.82% 0.92% -
XYZ 26.64 13.23 79.75 -
YUV 93.3 207.97 161.31 -
System Red Green Blue C M Y K H S L
Decimal 140 42 235 0.40 0.82 0 0.08 270.47 0.83 0.54
Hex 8C 2A EB 28 52 0 8 10E 53 36
Octal 214 52 353 50 122 0 10 416 123 66
Binary 10001100 101010 11101011 101000 1010010 0 1000 100001110 1010011 110110

Color Harmonies of #8C2AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2AEB

Black with #8C2AEB

Text Example


Text Example

White with #8C2AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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