Html Css Color HEX #8449DF Blue Violet

📋 copy color: '#8449DF'

red 132 ◦ green 73 ◦ blue 223

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

Shades of Blue Violet #8449DF

Tints of Blue Violet #8449DF

RGB

 RED value IS 132 (51.95% from 255) = 30.84%

 GREEN value IS 73 (28.91% from 255) = 17.06%

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

R = 30.84%
G = 17.06%
B = 52.1%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8449DF (or 0x8449DF) is known color: Blue Violet. HEX triplet: 84, 49 and DF. RGB value is (132,73,223). Sum of RGB (Red+Green+Blue) = 132+73+223=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #8449DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449DF is #7BB620. Grayscale: #6B6B6B. Windows color (decimal): -8107553 or 14633348. OLE color: 14633348.

HSL color Cylindrical-coordinate representation of color #8449DF: hue angle of 263.6º 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 #8449DF is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 73 223 -
CMYK 0.41 0.67 0 0.13
HSL 263.6º 0.7% 0.58% -
HSV(B) 263.6º 0.67% 0.87% -
XYZ 25.22 15 71.38 -
YUV 107.74 193.05 145.3 -
System Red Green Blue C M Y K H S L
Decimal 132 73 223 0.41 0.67 0 0.13 263.6 0.7 0.58
Hex 84 49 DF 29 43 0 D 108 46 3A
Octal 204 111 337 51 103 0 15 410 106 72
Binary 10000100 1001001 11011111 101001 1000011 0 1101 100001000 1000110 111010

Color Harmonies of #8449DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449DF

Black with #8449DF

Text Example


Text Example

White with #8449DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8449DF; }

 p { color: rgb(132,73,223); }

 H1.HeaderClassName
 {
   color: #8449DF;
 }
 .AnyTagClassName
 {
   color: #8449DF;
 }
</style>

background-color css

<style>
 a { background-color: #8449DF; }

 a { background-color: rgb(132,73,223); }

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

border-color css

<style>
 span { border-color: #8449DF; }

 span { border-color: rgb(132,73,223); }

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