Html Css Color HEX #851FDE Blue Violet

📋 copy color: '#851FDE'

red 133 ◦ green 31 ◦ blue 222

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

Shades of Blue Violet #851FDE

Tints of Blue Violet #851FDE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.03%

 BLUE value IS 222 (87.11% from 255) = 57.51%

R = 34.46%
G = 8.03%
B = 57.51%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#851FDE (or 0x851FDE) is known color: Blue Violet. HEX triplet: 85, 1F and DE. RGB value is (133,31,222). Sum of RGB (Red+Green+Blue) = 133+31+222=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #851FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FDE is #7AE021. Grayscale: #525252. Windows color (decimal): -8052770 or 14557061. OLE color: 14557061.

HSL color Cylindrical-coordinate representation of color #851FDE: hue angle of 272.04º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851FDE is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 31 222 -
CMYK 0.40 0.86 0 0.13
HSL 272.04º 0.75% 0.5% -
HSV(B) 272.04º 0.86% 0.87% -
XYZ 23.35 11.24 70.05 -
YUV 83.27 206.29 163.47 -
System Red Green Blue C M Y K H S L
Decimal 133 31 222 0.40 0.86 0 0.13 272.04 0.75 0.5
Hex 85 1F DE 28 56 0 D 110 4B 32
Octal 205 37 336 50 126 0 15 420 113 62
Binary 10000101 11111 11011110 101000 1010110 0 1101 100010000 1001011 110010

Color Harmonies of #851FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851FDE

Black with #851FDE

Text Example


Text Example

White with #851FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,31,222); }

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

background-color css

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

 a { background-color: rgb(133,31,222); }

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

border-color css

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

 span { border-color: rgb(133,31,222); }

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