Html Css Color HEX #8C2FDC Blue Violet

📋 copy color: '#8C2FDC'

red 140 ◦ green 47 ◦ blue 220

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

Shades of Blue Violet #8C2FDC

Tints of Blue Violet #8C2FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 34.4%
G = 11.55%
B = 54.05%

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

#8C2FDC (or 0x8C2FDC) is known color: Blue Violet. HEX triplet: 8C, 2F and DC. RGB value is (140,47,220). Sum of RGB (Red+Green+Blue) = 140+47+220=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C2FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C2FDC is #73D023. Grayscale: #5D5D5D. Windows color (decimal): -7589924 or 14430092. OLE color: 14430092.

HSL color Cylindrical-coordinate representation of color #8C2FDC: hue angle of 272.25º degrees, saturation: 0.71, 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 #8C2FDC is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 47 220 -
CMYK 0.36 0.79 0 0.14
HSL 272.25º 0.71% 0.52% -
HSV(B) 272.25º 0.79% 0.86% -
XYZ 24.75 12.78 68.87 -
YUV 94.53 198.81 160.43 -
System Red Green Blue C M Y K H S L
Decimal 140 47 220 0.36 0.79 0 0.14 272.25 0.71 0.52
Hex 8C 2F DC 24 4F 0 E 110 47 34
Octal 214 57 334 44 117 0 16 420 107 64
Binary 10001100 101111 11011100 100100 1001111 0 1110 100010000 1000111 110100

Color Harmonies of #8C2FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2FDC

Black with #8C2FDC

Text Example


Text Example

White with #8C2FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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