Html Css Color HEX #8C36EF Blue Violet

📋 copy color: '#8C36EF'

red 140 ◦ green 54 ◦ blue 239

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

Shades of Blue Violet #8C36EF

Tints of Blue Violet #8C36EF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.47%

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

R = 32.33%
G = 12.47%
B = 55.2%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8C36EF (or 0x8C36EF) is known color: Blue Violet. HEX triplet: 8C, 36 and EF. RGB value is (140,54,239). Sum of RGB (Red+Green+Blue) = 140+54+239=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #8C36EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8C36EF is #73C910. Grayscale: #646464. Windows color (decimal): -7588113 or 15677068. OLE color: 15677068.

HSL color Cylindrical-coordinate representation of color #8C36EF: hue angle of 267.89º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C36EF is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 54 239 -
CMYK 0.41 0.77 0 0.06
HSL 267.89º 0.85% 0.57% -
HSV(B) 267.89º 0.77% 0.94% -
XYZ 27.71 14.45 82.99 -
YUV 100.8 205.99 155.96 -
System Red Green Blue C M Y K H S L
Decimal 140 54 239 0.41 0.77 0 0.06 267.89 0.85 0.57
Hex 8C 36 EF 29 4D 0 6 10C 55 39
Octal 214 66 357 51 115 0 6 414 125 71
Binary 10001100 110110 11101111 101001 1001101 0 110 100001100 1010101 111001

Color Harmonies of #8C36EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C36EF

Black with #8C36EF

Text Example


Text Example

White with #8C36EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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