Html Css Color HEX #841CFB Blue Violet

📋 copy color: '#841CFB'

red 132 ◦ green 28 ◦ blue 251

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

Shades of Blue Violet #841CFB

Tints of Blue Violet #841CFB

RGB

 RED value IS 132 (51.95% from 255) = 32.12%

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

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 32.12%
G = 6.81%
B = 61.07%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#841CFB (or 0x841CFB) is known color: Blue Violet. HEX triplet: 84, 1C and FB. RGB value is (132,28,251). Sum of RGB (Red+Green+Blue) = 132+28+251=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #841CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #841CFB is #7BE304. Grayscale: #535353. Windows color (decimal): -8119045 or 16456836. OLE color: 16456836.

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

Color convert

RGB 132 28 251 -
CMYK 0.47 0.89 0 0.02
HSL 267.98º 0.97% 0.55% -
HSV(B) 267.98º 0.89% 0.98% -
XYZ 27.34 12.7 92.28 -
YUV 84.52 221.96 161.87 -
System Red Green Blue C M Y K H S L
Decimal 132 28 251 0.47 0.89 0 0.02 267.98 0.97 0.55
Hex 84 1C FB 2F 59 0 2 10C 61 37
Octal 204 34 373 57 131 0 2 414 141 67
Binary 10000100 11100 11111011 101111 1011001 0 10 100001100 1100001 110111

Color Harmonies of #841CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841CFB

Black with #841CFB

Text Example


Text Example

White with #841CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841CFB; }

 p { color: rgb(132,28,251); }

 H1.HeaderClassName
 {
   color: #841CFB;
 }
 .AnyTagClassName
 {
   color: #841CFB;
 }
</style>

background-color css

<style>
 a { background-color: #841CFB; }

 a { background-color: rgb(132,28,251); }

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

border-color css

<style>
 span { border-color: #841CFB; }

 span { border-color: rgb(132,28,251); }

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