Html Css Color HEX #884BEF Blue Violet

📋 copy color: '#884BEF'

red 136 ◦ green 75 ◦ blue 239

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

Shades of Blue Violet #884BEF

Tints of Blue Violet #884BEF

RGB

 RED value IS 136 (53.52% from 255) = 30.22%

 GREEN value IS 75 (29.69% from 255) = 16.67%

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 30.22%
G = 16.67%
B = 53.11%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#884BEF (or 0x884BEF) is known color: Blue Violet. HEX triplet: 88, 4B and EF. RGB value is (136,75,239). Sum of RGB (Red+Green+Blue) = 136+75+239=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #884BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BEF is #77B410. Grayscale: #6F6F6F. Windows color (decimal): -7844881 or 15682440. OLE color: 15682440.

HSL color Cylindrical-coordinate representation of color #884BEF: hue angle of 262.32º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884BEF is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 75 239 -
CMYK 0.43 0.69 0 0.06
HSL 262.32º 0.84% 0.62% -
HSV(B) 262.32º 0.69% 0.94% -
XYZ 28.25 16.5 83.36 -
YUV 111.94 199.71 145.16 -
System Red Green Blue C M Y K H S L
Decimal 136 75 239 0.43 0.69 0 0.06 262.32 0.84 0.62
Hex 88 4B EF 2B 45 0 6 106 54 3E
Octal 210 113 357 53 105 0 6 406 124 76
Binary 10001000 1001011 11101111 101011 1000101 0 110 100000110 1010100 111110

Color Harmonies of #884BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884BEF

Black with #884BEF

Text Example


Text Example

White with #884BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884BEF; }

 p { color: rgb(136,75,239); }

 H1.HeaderClassName
 {
   color: #884BEF;
 }
 .AnyTagClassName
 {
   color: #884BEF;
 }
</style>

background-color css

<style>
 a { background-color: #884BEF; }

 a { background-color: rgb(136,75,239); }

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

border-color css

<style>
 span { border-color: #884BEF; }

 span { border-color: rgb(136,75,239); }

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