Html Css Color HEX #8741DE Blue Violet

📋 copy color: '#8741DE'

red 135 ◦ green 65 ◦ blue 222

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

Shades of Blue Violet #8741DE

Tints of Blue Violet #8741DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.61%

R = 31.99%
G = 15.4%
B = 52.61%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8741DE (or 0x8741DE) is known color: Blue Violet. HEX triplet: 87, 41 and DE. RGB value is (135,65,222). Sum of RGB (Red+Green+Blue) = 135+65+222=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #8741DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741DE is #78BE21. Grayscale: #676767. Windows color (decimal): -7912994 or 14565767. OLE color: 14565767.

HSL color Cylindrical-coordinate representation of color #8741DE: hue angle of 266.75º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8741DE is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 65 222 -
CMYK 0.39 0.71 0 0.13
HSL 266.75º 0.7% 0.56% -
HSV(B) 266.75º 0.71% 0.87% -
XYZ 25.07 14.21 70.53 -
YUV 103.83 194.69 150.23 -
System Red Green Blue C M Y K H S L
Decimal 135 65 222 0.39 0.71 0 0.13 266.75 0.7 0.56
Hex 87 41 DE 27 47 0 D 10B 46 38
Octal 207 101 336 47 107 0 15 413 106 70
Binary 10000111 1000001 11011110 100111 1000111 0 1101 100001011 1000110 111000

Color Harmonies of #8741DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8741DE

Black with #8741DE

Text Example


Text Example

White with #8741DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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