Html Css Color HEX #8C17EB Blue Violet

📋 copy color: '#8C17EB'

red 140 ◦ green 23 ◦ blue 235

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

Shades of Blue Violet #8C17EB

Tints of Blue Violet #8C17EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.78%

 BLUE value IS 235 (92.19% from 255) = 59.05%

R = 35.18%
G = 5.78%
B = 59.05%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C17EB (or 0x8C17EB) is known color: Blue Violet. HEX triplet: 8C, 17 and EB. RGB value is (140,23,235). Sum of RGB (Red+Green+Blue) = 140+23+235=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C17EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C17EB is #73E814. Grayscale: #515151. Windows color (decimal): -7596053 or 15406988. OLE color: 15406988.

HSL color Cylindrical-coordinate representation of color #8C17EB: hue angle of 273.11º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C17EB is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 23 235 -
CMYK 0.40 0.90 0 0.08
HSL 273.11º 0.84% 0.51% -
HSV(B) 273.11º 0.9% 0.92% -
XYZ 26.12 12.19 79.57 -
YUV 82.15 214.26 169.26 -
System Red Green Blue C M Y K H S L
Decimal 140 23 235 0.40 0.90 0 0.08 273.11 0.84 0.51
Hex 8C 17 EB 28 5A 0 8 111 54 33
Octal 214 27 353 50 132 0 10 421 124 63
Binary 10001100 10111 11101011 101000 1011010 0 1000 100010001 1010100 110011

Color Harmonies of #8C17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C17EB

Black with #8C17EB

Text Example


Text Example

White with #8C17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,235); }

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

background-color css

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

 a { background-color: rgb(140,23,235); }

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

border-color css

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

 span { border-color: rgb(140,23,235); }

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