Html Css Color HEX #8741FB Blue Violet

📋 copy color: '#8741FB'

red 135 ◦ green 65 ◦ blue 251

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

Shades of Blue Violet #8741FB

Tints of Blue Violet #8741FB

RGB

 RED value IS 135 (53.13% from 255) = 29.93%

 GREEN value IS 65 (25.78% from 255) = 14.41%

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

R = 29.93%
G = 14.41%
B = 55.65%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8741FB (or 0x8741FB) is known color: Blue Violet. HEX triplet: 87, 41 and FB. RGB value is (135,65,251). Sum of RGB (Red+Green+Blue) = 135+65+251=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #8741FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8741FB is #78BE04. Grayscale: #6A6A6A. Windows color (decimal): -7912965 or 16466311. OLE color: 16466311.

HSL color Cylindrical-coordinate representation of color #8741FB: hue angle of 262.58º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8741FB is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 65 251 -
CMYK 0.46 0.74 0 0.02
HSL 262.58º 0.96% 0.62% -
HSV(B) 262.58º 0.74% 0.98% -
XYZ 29.29 15.9 92.79 -
YUV 107.13 209.19 147.88 -
System Red Green Blue C M Y K H S L
Decimal 135 65 251 0.46 0.74 0 0.02 262.58 0.96 0.62
Hex 87 41 FB 2E 4A 0 2 107 60 3E
Octal 207 101 373 56 112 0 2 407 140 76
Binary 10000111 1000001 11111011 101110 1001010 0 10 100000111 1100000 111110

Color Harmonies of #8741FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8741FB

Black with #8741FB

Text Example


Text Example

White with #8741FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8741FB; }

 p { color: rgb(135,65,251); }

 H1.HeaderClassName
 {
   color: #8741FB;
 }
 .AnyTagClassName
 {
   color: #8741FB;
 }
</style>

background-color css

<style>
 a { background-color: #8741FB; }

 a { background-color: rgb(135,65,251); }

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

border-color css

<style>
 span { border-color: #8741FB; }

 span { border-color: rgb(135,65,251); }

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