Html Css Color HEX #8741FE Blue Violet

📋 copy color: '#8741FE'

red 135 ◦ green 65 ◦ blue 254

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

Shades of Blue Violet #8741FE

Tints of Blue Violet #8741FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.95%

R = 29.74%
G = 14.32%
B = 55.95%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8741FE (or 0x8741FE) is known color: Blue Violet. HEX triplet: 87, 41 and FE. RGB value is (135,65,254). Sum of RGB (Red+Green+Blue) = 135+65+254=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #8741FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8741FE is #78BE01. Grayscale: #6A6A6A. Windows color (decimal): -7912962 or 16662919. OLE color: 16662919.

HSL color Cylindrical-coordinate representation of color #8741FE: hue angle of 262.22º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8741FE is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 135 65 254 -
CMYK 0.47 0.74 0 0.00
HSL 262.22º 0.99% 0.63% -
HSV(B) 262.22º 0.74% 1% -
XYZ 29.77 16.09 95.3 -
YUV 107.48 210.69 147.63 -
System Red Green Blue C M Y K H S L
Decimal 135 65 254 0.47 0.74 0 0.00 262.22 0.99 0.63
Hex 87 41 FE 2F 4A 0 0 106 63 3F
Octal 207 101 376 57 112 0 0 406 143 77
Binary 10000111 1000001 11111110 101111 1001010 0 0 100000110 1100011 111111

Color Harmonies of #8741FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8741FE

Black with #8741FE

Text Example


Text Example

White with #8741FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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