Html Css Color HEX #8740DE Blue Violet

📋 copy color: '#8740DE'

red 135 ◦ green 64 ◦ blue 222

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

Shades of Blue Violet #8740DE

Tints of Blue Violet #8740DE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.2%

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

R = 32.07%
G = 15.2%
B = 52.73%

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

#8740DE (or 0x8740DE) is known color: Blue Violet. HEX triplet: 87, 40 and DE. RGB value is (135,64,222). Sum of RGB (Red+Green+Blue) = 135+64+222=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #8740DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8740DE is #78BF21. Grayscale: #666666. Windows color (decimal): -7913250 or 14565511. OLE color: 14565511.

HSL color Cylindrical-coordinate representation of color #8740DE: hue angle of 266.96º degrees, saturation: 0.71, 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 #8740DE is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 64 222 -
CMYK 0.39 0.71 0 0.13
HSL 266.96º 0.71% 0.56% -
HSV(B) 266.96º 0.71% 0.87% -
XYZ 25.01 14.09 70.51 -
YUV 103.24 195.02 150.65 -
System Red Green Blue C M Y K H S L
Decimal 135 64 222 0.39 0.71 0 0.13 266.96 0.71 0.56
Hex 87 40 DE 27 47 0 D 10B 47 38
Octal 207 100 336 47 107 0 15 413 107 70
Binary 10000111 1000000 11011110 100111 1000111 0 1101 100001011 1000111 111000

Color Harmonies of #8740DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8740DE

Black with #8740DE

Text Example


Text Example

White with #8740DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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