Html Css Color HEX #851B9B Vivid Violet

📋 copy color: '#851B9B'

red 133 ◦ green 27 ◦ blue 155

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

Shades of Vivid Violet #851B9B

Tints of Vivid Violet #851B9B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.57%

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 42.22%
G = 8.57%
B = 49.21%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#851B9B (or 0x851B9B) is known color: Vivid Violet. HEX triplet: 85, 1B and 9B. RGB value is (133,27,155). Sum of RGB (Red+Green+Blue) = 133+27+155=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #851B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851B9B is #7AE464. Grayscale: #484848. Windows color (decimal): -8053861 or 10165125. OLE color: 10165125.

HSL color Cylindrical-coordinate representation of color #851B9B: hue angle of 289.69º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851B9B is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 27 155 -
CMYK 0.14 0.83 0 0.39
HSL 289.69º 0.7% 0.36% -
HSV(B) 289.69º 0.83% 0.61% -
XYZ 15.98 8.14 31.74 -
YUV 73.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 133 27 155 0.14 0.83 0 0.39 289.69 0.7 0.36
Hex 85 1B 9B E 53 0 27 122 46 24
Octal 205 33 233 16 123 0 47 442 106 44
Binary 10000101 11011 10011011 1110 1010011 0 100111 100100010 1000110 100100

Color Harmonies of #851B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851B9B

Black with #851B9B

Text Example


Text Example

White with #851B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,27,155); }

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

background-color css

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

 a { background-color: rgb(133,27,155); }

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

border-color css

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

 span { border-color: rgb(133,27,155); }

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