Html Css Color HEX #8C30DC Blue Violet

📋 copy color: '#8C30DC'

red 140 ◦ green 48 ◦ blue 220

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

Shades of Blue Violet #8C30DC

Tints of Blue Violet #8C30DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.76%

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

R = 34.31%
G = 11.76%
B = 53.92%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C30DC (or 0x8C30DC) is known color: Blue Violet. HEX triplet: 8C, 30 and DC. RGB value is (140,48,220). Sum of RGB (Red+Green+Blue) = 140+48+220=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C30DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C30DC is #73CF23. Grayscale: #5E5E5E. Windows color (decimal): -7589668 or 14430348. OLE color: 14430348.

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

Color convert

RGB 140 48 220 -
CMYK 0.36 0.78 0 0.14
HSL 272.09º 0.71% 0.53% -
HSV(B) 272.09º 0.78% 0.86% -
XYZ 24.79 12.86 68.89 -
YUV 95.12 198.48 160.01 -
System Red Green Blue C M Y K H S L
Decimal 140 48 220 0.36 0.78 0 0.14 272.09 0.71 0.53
Hex 8C 30 DC 24 4E 0 E 110 47 35
Octal 214 60 334 44 116 0 16 420 107 65
Binary 10001100 110000 11011100 100100 1001110 0 1110 100010000 1000111 110101

Color Harmonies of #8C30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C30DC

Black with #8C30DC

Text Example


Text Example

White with #8C30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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