Html Css Color HEX #851CDA Blue Violet

📋 copy color: '#851CDA'

red 133 ◦ green 28 ◦ blue 218

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

Shades of Blue Violet #851CDA

Tints of Blue Violet #851CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.39%

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

R = 35.09%
G = 7.39%
B = 57.52%

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

#851CDA (or 0x851CDA) is known color: Blue Violet. HEX triplet: 85, 1C and DA. RGB value is (133,28,218). Sum of RGB (Red+Green+Blue) = 133+28+218=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #851CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CDA is #7AE325. Grayscale: #505050. Windows color (decimal): -8053542 or 14294149. OLE color: 14294149.

HSL color Cylindrical-coordinate representation of color #851CDA: hue angle of 273.16º 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 #851CDA is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 28 218 -
CMYK 0.39 0.87 0 0.15
HSL 273.16º 0.77% 0.48% -
HSV(B) 273.16º 0.87% 0.85% -
XYZ 22.74 10.88 67.23 -
YUV 81.06 205.29 165.05 -
System Red Green Blue C M Y K H S L
Decimal 133 28 218 0.39 0.87 0 0.15 273.16 0.77 0.48
Hex 85 1C DA 27 57 0 F 111 4D 30
Octal 205 34 332 47 127 0 17 421 115 60
Binary 10000101 11100 11011010 100111 1010111 0 1111 100010001 1001101 110000

Color Harmonies of #851CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851CDA

Black with #851CDA

Text Example


Text Example

White with #851CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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