Html Css Color HEX #851CCF Blue Violet

📋 copy color: '#851CCF'

red 133 ◦ green 28 ◦ blue 207

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

Shades of Blue Violet #851CCF

Tints of Blue Violet #851CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 56.25%

R = 36.14%
G = 7.61%
B = 56.25%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#851CCF (or 0x851CCF) is known color: Blue Violet. HEX triplet: 85, 1C and CF. RGB value is (133,28,207). Sum of RGB (Red+Green+Blue) = 133+28+207=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #851CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CCF is #7AE330. Grayscale: #4F4F4F. Windows color (decimal): -8053553 or 13573253. OLE color: 13573253.

HSL color Cylindrical-coordinate representation of color #851CCF: hue angle of 275.2º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851CCF is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 28 207 -
CMYK 0.36 0.86 0 0.19
HSL 275.2º 0.76% 0.46% -
HSV(B) 275.2º 0.86% 0.81% -
XYZ 21.35 10.32 59.9 -
YUV 79.8 199.79 165.95 -
System Red Green Blue C M Y K H S L
Decimal 133 28 207 0.36 0.86 0 0.19 275.2 0.76 0.46
Hex 85 1C CF 24 56 0 13 113 4C 2E
Octal 205 34 317 44 126 0 23 423 114 56
Binary 10000101 11100 11001111 100100 1010110 0 10011 100010011 1001100 101110

Color Harmonies of #851CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851CCF

Black with #851CCF

Text Example


Text Example

White with #851CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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