Html Css Color HEX #851F8C Vivid Violet

📋 copy color: '#851F8C'

red 133 ◦ green 31 ◦ blue 140

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

Shades of Vivid Violet #851F8C

Tints of Vivid Violet #851F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.2%

 BLUE value IS 140 (55.08% from 255) = 46.05%

R = 43.75%
G = 10.2%
B = 46.05%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#851F8C (or 0x851F8C) is known color: Vivid Violet. HEX triplet: 85, 1F and 8C. RGB value is (133,31,140). Sum of RGB (Red+Green+Blue) = 133+31+140=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #851F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851F8C is #7AE073. Grayscale: #494949. Windows color (decimal): -8052852 or 9183109. OLE color: 9183109.

HSL color Cylindrical-coordinate representation of color #851F8C: hue angle of 296.15º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851F8C is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 31 140 -
CMYK 0.05 0.78 0 0.45
HSL 296.15º 0.64% 0.34% -
HSV(B) 296.15º 0.78% 0.55% -
XYZ 14.9 7.86 25.54 -
YUV 73.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 133 31 140 0.05 0.78 0 0.45 296.15 0.64 0.34
Hex 85 1F 8C 5 4E 0 2D 128 40 22
Octal 205 37 214 5 116 0 55 450 100 42
Binary 10000101 11111 10001100 101 1001110 0 101101 100101000 1000000 100010

Color Harmonies of #851F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F8C

Black with #851F8C

Text Example


Text Example

White with #851F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,31,140); }

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

background-color css

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

 a { background-color: rgb(133,31,140); }

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

border-color css

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

 span { border-color: rgb(133,31,140); }

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