Html Css Color HEX #851CF7 Blue Violet

📋 copy color: '#851CF7'

red 133 ◦ green 28 ◦ blue 247

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

Shades of Blue Violet #851CF7

Tints of Blue Violet #851CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 60.54%

R = 32.6%
G = 6.86%
B = 60.54%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#851CF7 (or 0x851CF7) is known color: Blue Violet. HEX triplet: 85, 1C and F7. RGB value is (133,28,247). Sum of RGB (Red+Green+Blue) = 133+28+247=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 247 (96.88% from 255 or 60.54% from 408); Max value from RGB is 247 - color contains mainly: blue. Hex color #851CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CF7 is #7AE308. Grayscale: #535353. Windows color (decimal): -8053513 or 16194693. OLE color: 16194693.

HSL color Cylindrical-coordinate representation of color #851CF7: hue angle of 268.77º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851CF7 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 133 28 247 -
CMYK 0.46 0.89 0 0.03
HSL 268.77º 0.93% 0.54% -
HSV(B) 268.77º 0.89% 0.97% -
XYZ 26.88 12.53 89 -
YUV 84.36 219.79 162.69 -
System Red Green Blue C M Y K H S L
Decimal 133 28 247 0.46 0.89 0 0.03 268.77 0.93 0.54
Hex 85 1C F7 2E 59 0 3 10D 5D 36
Octal 205 34 367 56 131 0 3 415 135 66
Binary 10000101 11100 11110111 101110 1011001 0 11 100001101 1011101 110110

Color Harmonies of #851CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851CF7

Black with #851CF7

Text Example


Text Example

White with #851CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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