Html Css Color HEX #851FDD Blue Violet

📋 copy color: '#851FDD'

red 133 ◦ green 31 ◦ blue 221

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

Shades of Blue Violet #851FDD

Tints of Blue Violet #851FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.4%

R = 34.55%
G = 8.05%
B = 57.4%

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

#851FDD (or 0x851FDD) is known color: Blue Violet. HEX triplet: 85, 1F and DD. RGB value is (133,31,221). Sum of RGB (Red+Green+Blue) = 133+31+221=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #851FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FDD is #7AE022. Grayscale: #525252. Windows color (decimal): -8052771 or 14491525. OLE color: 14491525.

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

Color convert

RGB 133 31 221 -
CMYK 0.40 0.86 0 0.13
HSL 272.21º 0.75% 0.49% -
HSV(B) 272.21º 0.86% 0.87% -
XYZ 23.21 11.19 69.34 -
YUV 83.16 205.79 163.55 -
System Red Green Blue C M Y K H S L
Decimal 133 31 221 0.40 0.86 0 0.13 272.21 0.75 0.49
Hex 85 1F DD 28 56 0 D 110 4B 31
Octal 205 37 335 50 126 0 15 420 113 61
Binary 10000101 11111 11011101 101000 1010110 0 1101 100010000 1001011 110001

Color Harmonies of #851FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851FDD

Black with #851FDD

Text Example


Text Example

White with #851FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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