Html Css Color HEX #8C2FFD Blue Violet

📋 copy color: '#8C2FFD'

red 140 ◦ green 47 ◦ blue 253

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

Shades of Blue Violet #8C2FFD

Tints of Blue Violet #8C2FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 31.82%
G = 10.68%
B = 57.5%

CMYK

 C value IS 0.45

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C2FFD (or 0x8C2FFD) is known color: Blue Violet. HEX triplet: 8C, 2F and FD. RGB value is (140,47,253). Sum of RGB (Red+Green+Blue) = 140+47+253=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 47 (18.75% from 255 or 10.68% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C2FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C2FFD is #73D002. Grayscale: #616161. Windows color (decimal): -7589891 or 16592780. OLE color: 16592780.

HSL color Cylindrical-coordinate representation of color #8C2FFD: hue angle of 267.09º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C2FFD is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 47 253 -
CMYK 0.45 0.81 0 0.01
HSL 267.09º 0.98% 0.59% -
HSV(B) 267.09º 0.81% 0.99% -
XYZ 29.56 14.7 94.21 -
YUV 98.29 215.31 157.75 -
System Red Green Blue C M Y K H S L
Decimal 140 47 253 0.45 0.81 0 0.01 267.09 0.98 0.59
Hex 8C 2F FD 2D 51 0 1 10B 62 3B
Octal 214 57 375 55 121 0 1 413 142 73
Binary 10001100 101111 11111101 101101 1010001 0 1 100001011 1100010 111011

Color Harmonies of #8C2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2FFD

Black with #8C2FFD

Text Example


Text Example

White with #8C2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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