Html Css Color HEX #851FDF Blue Violet

📋 copy color: '#851FDF'

red 133 ◦ green 31 ◦ blue 223

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

Shades of Blue Violet #851FDF

Tints of Blue Violet #851FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 34.37%
G = 8.01%
B = 57.62%

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

#851FDF (or 0x851FDF) is known color: Blue Violet. HEX triplet: 85, 1F and DF. RGB value is (133,31,223). Sum of RGB (Red+Green+Blue) = 133+31+223=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #851FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FDF is #7AE020. Grayscale: #525252. Windows color (decimal): -8052769 or 14622597. OLE color: 14622597.

HSL color Cylindrical-coordinate representation of color #851FDF: hue angle of 271.88º degrees, saturation: 0.76, 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 #851FDF is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 31 223 -
CMYK 0.40 0.86 0 0.13
HSL 271.88º 0.76% 0.5% -
HSV(B) 271.88º 0.86% 0.87% -
XYZ 23.48 11.29 70.75 -
YUV 83.39 206.79 163.39 -
System Red Green Blue C M Y K H S L
Decimal 133 31 223 0.40 0.86 0 0.13 271.88 0.76 0.5
Hex 85 1F DF 28 56 0 D 110 4C 32
Octal 205 37 337 50 126 0 15 420 114 62
Binary 10000101 11111 11011111 101000 1010110 0 1101 100010000 1001100 110010

Color Harmonies of #851FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851FDF

Black with #851FDF

Text Example


Text Example

White with #851FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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