Html Css Color HEX #8312F9 Blue Violet

📋 copy color: '#8312F9'

red 131 ◦ green 18 ◦ blue 249

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

Shades of Blue Violet #8312F9

Tints of Blue Violet #8312F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 62.56%

R = 32.91%
G = 4.52%
B = 62.56%

CMYK

 C value IS 0.47

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8312F9 (or 0x8312F9) is known color: Blue Violet. HEX triplet: 83, 12 and F9. RGB value is (131,18,249). Sum of RGB (Red+Green+Blue) = 131+18+249=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 249 (97.66% from 255 or 62.56% from 398); Max value from RGB is 249 - color contains mainly: blue. Hex color #8312F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8312F9 is #7CED06. Grayscale: #4D4D4D. Windows color (decimal): -8187143 or 16323203. OLE color: 16323203.

HSL color Cylindrical-coordinate representation of color #8312F9: hue angle of 269.35º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8312F9 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 18 249 -
CMYK 0.47 0.93 0 0.02
HSL 269.35º 0.95% 0.52% -
HSV(B) 269.35º 0.93% 0.98% -
XYZ 26.68 12.1 90.55 -
YUV 78.12 224.44 165.72 -
System Red Green Blue C M Y K H S L
Decimal 131 18 249 0.47 0.93 0 0.02 269.35 0.95 0.52
Hex 83 12 F9 2F 5D 0 2 10D 5F 34
Octal 203 22 371 57 135 0 2 415 137 64
Binary 10000011 10010 11111001 101111 1011101 0 10 100001101 1011111 110100

Color Harmonies of #8312F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8312F9

Black with #8312F9

Text Example


Text Example

White with #8312F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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