Html Css Color HEX #8C17EF Blue Violet

📋 copy color: '#8C17EF'

red 140 ◦ green 23 ◦ blue 239

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

Shades of Blue Violet #8C17EF

Tints of Blue Violet #8C17EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 34.83%
G = 5.72%
B = 59.45%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C17EF (or 0x8C17EF) is known color: Blue Violet. HEX triplet: 8C, 17 and EF. RGB value is (140,23,239). Sum of RGB (Red+Green+Blue) = 140+23+239=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C17EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C17EF is #73E810. Grayscale: #515151. Windows color (decimal): -7596049 or 15669132. OLE color: 15669132.

HSL color Cylindrical-coordinate representation of color #8C17EF: hue angle of 272.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8C17EF is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 23 239 -
CMYK 0.41 0.90 0 0.06
HSL 272.5º 0.87% 0.51% -
HSV(B) 272.5º 0.9% 0.94% -
XYZ 26.7 12.42 82.65 -
YUV 82.61 216.26 168.94 -
System Red Green Blue C M Y K H S L
Decimal 140 23 239 0.41 0.90 0 0.06 272.5 0.87 0.51
Hex 8C 17 EF 29 5A 0 6 110 57 33
Octal 214 27 357 51 132 0 6 420 127 63
Binary 10001100 10111 11101111 101001 1011010 0 110 100010000 1010111 110011

Color Harmonies of #8C17EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C17EF

Black with #8C17EF

Text Example


Text Example

White with #8C17EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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