Html Css Color HEX #8741DD Blue Violet

📋 copy color: '#8741DD'

red 135 ◦ green 65 ◦ blue 221

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

Shades of Blue Violet #8741DD

Tints of Blue Violet #8741DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.49%

R = 32.07%
G = 15.44%
B = 52.49%

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

#8741DD (or 0x8741DD) is known color: Blue Violet. HEX triplet: 87, 41 and DD. RGB value is (135,65,221). Sum of RGB (Red+Green+Blue) = 135+65+221=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #8741DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8741DD is #78BE22. Grayscale: #676767. Windows color (decimal): -7912995 or 14500231. OLE color: 14500231.

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

Color convert

RGB 135 65 221 -
CMYK 0.39 0.71 0 0.13
HSL 266.92º 0.7% 0.56% -
HSV(B) 266.92º 0.71% 0.87% -
XYZ 24.93 14.15 69.82 -
YUV 103.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 135 65 221 0.39 0.71 0 0.13 266.92 0.7 0.56
Hex 87 41 DD 27 47 0 D 10B 46 38
Octal 207 101 335 47 107 0 15 413 106 70
Binary 10000111 1000001 11011101 100111 1000111 0 1101 100001011 1000110 111000

Color Harmonies of #8741DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8741DD

Black with #8741DD

Text Example


Text Example

White with #8741DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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