Html Css Color HEX #851EFA Blue Violet

📋 copy color: '#851EFA'

red 133 ◦ green 30 ◦ blue 250

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

Shades of Blue Violet #851EFA

Tints of Blue Violet #851EFA

RGB

 RED value IS 133 (52.34% from 255) = 32.2%

 GREEN value IS 30 (12.11% from 255) = 7.26%

 BLUE value IS 250 (98.05% from 255) = 60.53%

R = 32.2%
G = 7.26%
B = 60.53%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#851EFA (or 0x851EFA) is known color: Blue Violet. HEX triplet: 85, 1E and FA. RGB value is (133,30,250). Sum of RGB (Red+Green+Blue) = 133+30+250=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 250 (98.05% from 255 or 60.53% from 413); Max value from RGB is 250 - color contains mainly: blue. Hex color #851EFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851EFA is #7AE105. Grayscale: #555555. Windows color (decimal): -8052998 or 16391813. OLE color: 16391813.

HSL color Cylindrical-coordinate representation of color #851EFA: hue angle of 268.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851EFA is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 30 250 -
CMYK 0.47 0.88 0 0.02
HSL 268.09º 0.96% 0.55% -
HSV(B) 268.09º 0.88% 0.98% -
XYZ 27.39 12.82 91.47 -
YUV 85.88 220.62 161.61 -
System Red Green Blue C M Y K H S L
Decimal 133 30 250 0.47 0.88 0 0.02 268.09 0.96 0.55
Hex 85 1E FA 2F 58 0 2 10C 60 37
Octal 205 36 372 57 130 0 2 414 140 67
Binary 10000101 11110 11111010 101111 1011000 0 10 100001100 1100000 110111

Color Harmonies of #851EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851EFA

Black with #851EFA

Text Example


Text Example

White with #851EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851EFA; }

 p { color: rgb(133,30,250); }

 H1.HeaderClassName
 {
   color: #851EFA;
 }
 .AnyTagClassName
 {
   color: #851EFA;
 }
</style>

background-color css

<style>
 a { background-color: #851EFA; }

 a { background-color: rgb(133,30,250); }

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

border-color css

<style>
 span { border-color: #851EFA; }

 span { border-color: rgb(133,30,250); }

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