Html Css Color HEX #8C0FFD Blue Violet

📋 copy color: '#8C0FFD'

red 140 ◦ green 15 ◦ blue 253

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

Shades of Blue Violet #8C0FFD

Tints of Blue Violet #8C0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.68%

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

R = 34.31%
G = 3.68%
B = 62.01%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C0FFD (or 0x8C0FFD) is known color: Blue Violet. HEX triplet: 8C, 0F and FD. RGB value is (140,15,253). Sum of RGB (Red+Green+Blue) = 140+15+253=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 253 (99.22% from 255 or 62.01% from 408); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C0FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C0FFD is #73F002. Grayscale: #4E4E4E. Windows color (decimal): -7598083 or 16584588. OLE color: 16584588.

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

Color convert

RGB 140 15 253 -
CMYK 0.45 0.94 0 0.01
HSL 271.51º 0.98% 0.53% -
HSV(B) 271.51º 0.94% 0.99% -
XYZ 28.72 13.01 93.93 -
YUV 79.51 225.91 171.15 -
System Red Green Blue C M Y K H S L
Decimal 140 15 253 0.45 0.94 0 0.01 271.51 0.98 0.53
Hex 8C F FD 2D 5E 0 1 110 62 35
Octal 214 17 375 55 136 0 1 420 142 65
Binary 10001100 1111 11111101 101101 1011110 0 1 100010000 1100010 110101

Color Harmonies of #8C0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0FFD

Black with #8C0FFD

Text Example


Text Example

White with #8C0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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