Html Css Color HEX #851DDA Blue Violet

📋 copy color: '#851DDA'

red 133 ◦ green 29 ◦ blue 218

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

Shades of Blue Violet #851DDA

Tints of Blue Violet #851DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 57.37%

R = 35%
G = 7.63%
B = 57.37%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#851DDA (or 0x851DDA) is known color: Blue Violet. HEX triplet: 85, 1D and DA. RGB value is (133,29,218). Sum of RGB (Red+Green+Blue) = 133+29+218=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #851DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DDA is #7AE225. Grayscale: #505050. Windows color (decimal): -8053286 or 14294405. OLE color: 14294405.

HSL color Cylindrical-coordinate representation of color #851DDA: hue angle of 273.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851DDA is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 29 218 -
CMYK 0.39 0.87 0 0.15
HSL 273.02º 0.77% 0.48% -
HSV(B) 273.02º 0.87% 0.85% -
XYZ 22.77 10.93 67.24 -
YUV 81.64 204.96 164.63 -
System Red Green Blue C M Y K H S L
Decimal 133 29 218 0.39 0.87 0 0.15 273.02 0.77 0.48
Hex 85 1D DA 27 57 0 F 111 4D 30
Octal 205 35 332 47 127 0 17 421 115 60
Binary 10000101 11101 11011010 100111 1010111 0 1111 100010001 1001101 110000

Color Harmonies of #851DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851DDA

Black with #851DDA

Text Example


Text Example

White with #851DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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