Html Css Color HEX #8C30E6 Blue Violet

📋 copy color: '#8C30E6'

red 140 ◦ green 48 ◦ blue 230

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

Shades of Blue Violet #8C30E6

Tints of Blue Violet #8C30E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.02%

R = 33.49%
G = 11.48%
B = 55.02%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8C30E6 (or 0x8C30E6) is known color: Blue Violet. HEX triplet: 8C, 30 and E6. RGB value is (140,48,230). Sum of RGB (Red+Green+Blue) = 140+48+230=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #8C30E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C30E6 is #73CF19. Grayscale: #5F5F5F. Windows color (decimal): -7589658 or 15085708. OLE color: 15085708.

HSL color Cylindrical-coordinate representation of color #8C30E6: hue angle of 270.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C30E6 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 48 230 -
CMYK 0.39 0.79 0 0.10
HSL 270.33º 0.78% 0.55% -
HSV(B) 270.33º 0.79% 0.9% -
XYZ 26.16 13.4 76.07 -
YUV 96.26 203.48 159.2 -
System Red Green Blue C M Y K H S L
Decimal 140 48 230 0.39 0.79 0 0.10 270.33 0.78 0.55
Hex 8C 30 E6 27 4F 0 A 10E 4E 37
Octal 214 60 346 47 117 0 12 416 116 67
Binary 10001100 110000 11100110 100111 1001111 0 1010 100001110 1001110 110111

Color Harmonies of #8C30E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C30E6

Black with #8C30E6

Text Example


Text Example

White with #8C30E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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