Html Css Color HEX #8C2FE1 Blue Violet

📋 copy color: '#8C2FE1'

red 140 ◦ green 47 ◦ blue 225

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

Shades of Blue Violet #8C2FE1

Tints of Blue Violet #8C2FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.41%

 BLUE value IS 225 (88.28% from 255) = 54.61%

R = 33.98%
G = 11.41%
B = 54.61%

CMYK

 C value IS 0.38

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8C2FE1 (or 0x8C2FE1) is known color: Blue Violet. HEX triplet: 8C, 2F and E1. RGB value is (140,47,225). Sum of RGB (Red+Green+Blue) = 140+47+225=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 225 (88.28% from 255 or 54.61% from 412); Max value from RGB is 225 - color contains mainly: blue. Hex color #8C2FE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2FE1 is #73D01E. Grayscale: #5E5E5E. Windows color (decimal): -7589919 or 14757772. OLE color: 14757772.

HSL color Cylindrical-coordinate representation of color #8C2FE1: hue angle of 271.35º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C2FE1 is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 140 47 225 -
CMYK 0.38 0.79 0 0.12
HSL 271.35º 0.75% 0.53% -
HSV(B) 271.35º 0.79% 0.88% -
XYZ 25.42 13.04 72.41 -
YUV 95.1 201.31 160.03 -
System Red Green Blue C M Y K H S L
Decimal 140 47 225 0.38 0.79 0 0.12 271.35 0.75 0.53
Hex 8C 2F E1 26 4F 0 C 10F 4B 35
Octal 214 57 341 46 117 0 14 417 113 65
Binary 10001100 101111 11100001 100110 1001111 0 1100 100001111 1001011 110101

Color Harmonies of #8C2FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2FE1

Black with #8C2FE1

Text Example


Text Example

White with #8C2FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,47,225); }

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

background-color css

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

 a { background-color: rgb(140,47,225); }

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

border-color css

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

 span { border-color: rgb(140,47,225); }

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