Html Css Color HEX #851CFD Blue Violet

📋 copy color: '#851CFD'

red 133 ◦ green 28 ◦ blue 253

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

Shades of Blue Violet #851CFD

Tints of Blue Violet #851CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.11%

R = 32.13%
G = 6.76%
B = 61.11%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#851CFD (or 0x851CFD) is known color: Blue Violet. HEX triplet: 85, 1C and FD. RGB value is (133,28,253). Sum of RGB (Red+Green+Blue) = 133+28+253=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #851CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CFD is #7AE302. Grayscale: #545454. Windows color (decimal): -8053507 or 16587909. OLE color: 16587909.

HSL color Cylindrical-coordinate representation of color #851CFD: hue angle of 268º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851CFD is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 28 253 -
CMYK 0.47 0.89 0 0.01
HSL 268º 0.98% 0.55% -
HSV(B) 268º 0.89% 0.99% -
XYZ 27.82 12.91 93.95 -
YUV 85.05 222.79 162.2 -
System Red Green Blue C M Y K H S L
Decimal 133 28 253 0.47 0.89 0 0.01 268 0.98 0.55
Hex 85 1C FD 2F 59 0 1 10C 62 37
Octal 205 34 375 57 131 0 1 414 142 67
Binary 10000101 11100 11111101 101111 1011001 0 1 100001100 1100010 110111

Color Harmonies of #851CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851CFD

Black with #851CFD

Text Example


Text Example

White with #851CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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