Html Css Color HEX #8C30DB Blue Violet

📋 copy color: '#8C30DB'

red 140 ◦ green 48 ◦ blue 219

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

Shades of Blue Violet #8C30DB

Tints of Blue Violet #8C30DB

RGB

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

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

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

R = 34.4%
G = 11.79%
B = 53.81%

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

#8C30DB (or 0x8C30DB) is known color: Blue Violet. HEX triplet: 8C, 30 and DB. RGB value is (140,48,219). Sum of RGB (Red+Green+Blue) = 140+48+219=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C30DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C30DB is #73CF24. Grayscale: #5E5E5E. Windows color (decimal): -7589669 or 14364812. OLE color: 14364812.

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

Color convert

RGB 140 48 219 -
CMYK 0.36 0.78 0 0.14
HSL 272.28º 0.7% 0.52% -
HSV(B) 272.28º 0.78% 0.86% -
XYZ 24.66 12.8 68.19 -
YUV 95 197.98 160.1 -
System Red Green Blue C M Y K H S L
Decimal 140 48 219 0.36 0.78 0 0.14 272.28 0.7 0.52
Hex 8C 30 DB 24 4E 0 E 110 46 34
Octal 214 60 333 44 116 0 16 420 106 64
Binary 10001100 110000 11011011 100100 1001110 0 1110 100010000 1000110 110100

Color Harmonies of #8C30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C30DB

Black with #8C30DB

Text Example


Text Example

White with #8C30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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