Html Css Color HEX #8C2FDB Blue Violet

📋 copy color: '#8C2FDB'

red 140 ◦ green 47 ◦ blue 219

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

Shades of Blue Violet #8C2FDB

Tints of Blue Violet #8C2FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 34.48%
G = 11.58%
B = 53.94%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C2FDB (or 0x8C2FDB) is known color: Blue Violet. HEX triplet: 8C, 2F and DB. RGB value is (140,47,219). Sum of RGB (Red+Green+Blue) = 140+47+219=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C2FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2FDB is #73D024. Grayscale: #5D5D5D. Windows color (decimal): -7589925 or 14364556. OLE color: 14364556.

HSL color Cylindrical-coordinate representation of color #8C2FDB: hue angle of 272.44º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C2FDB is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 47 219 -
CMYK 0.36 0.79 0 0.14
HSL 272.44º 0.7% 0.52% -
HSV(B) 272.44º 0.79% 0.86% -
XYZ 24.62 12.72 68.18 -
YUV 94.42 198.31 160.51 -
System Red Green Blue C M Y K H S L
Decimal 140 47 219 0.36 0.79 0 0.14 272.44 0.7 0.52
Hex 8C 2F DB 24 4F 0 E 110 46 34
Octal 214 57 333 44 117 0 16 420 106 64
Binary 10001100 101111 11011011 100100 1001111 0 1110 100010000 1000110 110100

Color Harmonies of #8C2FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2FDB

Black with #8C2FDB

Text Example


Text Example

White with #8C2FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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