Html Css Color HEX #851DD7 Blue Violet

📋 copy color: '#851DD7'

red 133 ◦ green 29 ◦ blue 215

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

Shades of Blue Violet #851DD7

Tints of Blue Violet #851DD7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.69%

 BLUE value IS 215 (84.38% from 255) = 57.03%

R = 35.28%
G = 7.69%
B = 57.03%

CMYK

 C value IS 0.38

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#851DD7 (or 0x851DD7) is known color: Blue Violet. HEX triplet: 85, 1D and D7. RGB value is (133,29,215). Sum of RGB (Red+Green+Blue) = 133+29+215=377 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.28% from 377); Green value is 29 (11.72% from 255 or 7.69% from 377); Blue value is 215 (84.38% from 255 or 57.03% from 377); Max value from RGB is 215 - color contains mainly: blue. Hex color #851DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DD7 is #7AE228. Grayscale: #505050. Windows color (decimal): -8053289 or 14097797. OLE color: 14097797.

HSL color Cylindrical-coordinate representation of color #851DD7: hue angle of 273.55º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851DD7 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 29 215 -
CMYK 0.38 0.87 0 0.16
HSL 273.55º 0.76% 0.48% -
HSV(B) 273.55º 0.87% 0.84% -
XYZ 22.38 10.77 65.19 -
YUV 81.3 203.46 164.88 -
System Red Green Blue C M Y K H S L
Decimal 133 29 215 0.38 0.87 0 0.16 273.55 0.76 0.48
Hex 85 1D D7 26 57 0 10 112 4C 30
Octal 205 35 327 46 127 0 20 422 114 60
Binary 10000101 11101 11010111 100110 1010111 0 10000 100010010 1001100 110000

Color Harmonies of #851DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DD7

Black with #851DD7

Text Example


Text Example

White with #851DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,29,215); }

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

background-color css

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

 a { background-color: rgb(133,29,215); }

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

border-color css

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

 span { border-color: rgb(133,29,215); }

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