Html Css Color HEX #8E36FC Blue Violet

📋 copy color: '#8E36FC'

red 142 ◦ green 54 ◦ blue 252

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

Shades of Blue Violet #8E36FC

Tints of Blue Violet #8E36FC

RGB

 RED value IS 142 (55.86% from 255) = 31.7%

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

 BLUE value IS 252 (98.83% from 255) = 56.25%

R = 31.7%
G = 12.05%
B = 56.25%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E36FC (or 0x8E36FC) is known color: Blue Violet. HEX triplet: 8E, 36 and FC. RGB value is (142,54,252). Sum of RGB (Red+Green+Blue) = 142+54+252=448 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.70% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E36FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E36FC is #71C903. Grayscale: #666666. Windows color (decimal): -7457028 or 16529038. OLE color: 16529038.

HSL color Cylindrical-coordinate representation of color #8E36FC: hue angle of 266.67º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E36FC is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 54 252 -
CMYK 0.44 0.79 0 0.01
HSL 266.67º 0.97% 0.6% -
HSV(B) 266.67º 0.79% 0.99% -
XYZ 30.05 15.42 93.49 -
YUV 102.88 212.15 155.9 -
System Red Green Blue C M Y K H S L
Decimal 142 54 252 0.44 0.79 0 0.01 266.67 0.97 0.6
Hex 8E 36 FC 2C 4F 0 1 10B 61 3C
Octal 216 66 374 54 117 0 1 413 141 74
Binary 10001110 110110 11111100 101100 1001111 0 1 100001011 1100001 111100

Color Harmonies of #8E36FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E36FC

Black with #8E36FC

Text Example


Text Example

White with #8E36FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,252); }

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

background-color css

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

 a { background-color: rgb(142,54,252); }

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

border-color css

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

 span { border-color: rgb(142,54,252); }

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