Html Css Color HEX #884ADF Blue Violet

📋 copy color: '#884ADF'

red 136 ◦ green 74 ◦ blue 223

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

Shades of Blue Violet #884ADF

Tints of Blue Violet #884ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.09%

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 31.41%
G = 17.09%
B = 51.5%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#884ADF (or 0x884ADF) is known color: Blue Violet. HEX triplet: 88, 4A and DF. RGB value is (136,74,223). Sum of RGB (Red+Green+Blue) = 136+74+223=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 74 (29.30% from 255 or 17.09% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #884ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ADF is #77B520. Grayscale: #6C6C6C. Windows color (decimal): -7845153 or 14633608. OLE color: 14633608.

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

Color convert

RGB 136 74 223 -
CMYK 0.39 0.67 0 0.13
HSL 264.97º 0.7% 0.58% -
HSV(B) 264.97º 0.67% 0.87% -
XYZ 25.92 15.46 71.43 -
YUV 109.52 192.04 146.88 -
System Red Green Blue C M Y K H S L
Decimal 136 74 223 0.39 0.67 0 0.13 264.97 0.7 0.58
Hex 88 4A DF 27 43 0 D 109 46 3A
Octal 210 112 337 47 103 0 15 411 106 72
Binary 10001000 1001010 11011111 100111 1000011 0 1101 100001001 1000110 111010

Color Harmonies of #884ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884ADF

Black with #884ADF

Text Example


Text Example

White with #884ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,74,223); }

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

background-color css

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

 a { background-color: rgb(136,74,223); }

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

border-color css

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

 span { border-color: rgb(136,74,223); }

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