Html Css Color HEX #8312EE Blue Violet

📋 copy color: '#8312EE'

red 131 ◦ green 18 ◦ blue 238

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

Shades of Blue Violet #8312EE

Tints of Blue Violet #8312EE

RGB

 RED value IS 131 (51.56% from 255) = 33.85%

 GREEN value IS 18 (7.42% from 255) = 4.65%

 BLUE value IS 238 (93.36% from 255) = 61.5%

R = 33.85%
G = 4.65%
B = 61.5%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8312EE (or 0x8312EE) is known color: Blue Violet. HEX triplet: 83, 12 and EE. RGB value is (131,18,238). Sum of RGB (Red+Green+Blue) = 131+18+238=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #8312EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8312EE is #7CED11. Grayscale: #4C4C4C. Windows color (decimal): -8187154 or 15602307. OLE color: 15602307.

HSL color Cylindrical-coordinate representation of color #8312EE: hue angle of 270.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8312EE is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 18 238 -
CMYK 0.45 0.92 0 0.07
HSL 270.82º 0.87% 0.5% -
HSV(B) 270.82º 0.92% 0.93% -
XYZ 25.01 11.43 81.78 -
YUV 76.87 218.94 166.61 -
System Red Green Blue C M Y K H S L
Decimal 131 18 238 0.45 0.92 0 0.07 270.82 0.87 0.5
Hex 83 12 EE 2D 5C 0 7 10F 57 32
Octal 203 22 356 55 134 0 7 417 127 62
Binary 10000011 10010 11101110 101101 1011100 0 111 100001111 1010111 110010

Color Harmonies of #8312EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312EE

Black with #8312EE

Text Example


Text Example

White with #8312EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8312EE; }

 p { color: rgb(131,18,238); }

 H1.HeaderClassName
 {
   color: #8312EE;
 }
 .AnyTagClassName
 {
   color: #8312EE;
 }
</style>

background-color css

<style>
 a { background-color: #8312EE; }

 a { background-color: rgb(131,18,238); }

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

border-color css

<style>
 span { border-color: #8312EE; }

 span { border-color: rgb(131,18,238); }

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