Html Css Color HEX #8B4ADF Blue Violet

📋 copy color: '#8B4ADF'

red 139 ◦ green 74 ◦ blue 223

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

Shades of Blue Violet #8B4ADF

Tints of Blue Violet #8B4ADF

RGB

 RED value IS 139 (54.69% from 255) = 31.88%

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

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

R = 31.88%
G = 16.97%
B = 51.15%

CMYK

 C value IS 0.38

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B4ADF (or 0x8B4ADF) is known color: Blue Violet. HEX triplet: 8B, 4A and DF. RGB value is (139,74,223). Sum of RGB (Red+Green+Blue) = 139+74+223=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B4ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B4ADF is #74B520. Grayscale: #6D6D6D. Windows color (decimal): -7648545 or 14633611. OLE color: 14633611.

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

Color convert

RGB 139 74 223 -
CMYK 0.38 0.67 0 0.13
HSL 266.17º 0.7% 0.58% -
HSV(B) 266.17º 0.67% 0.87% -
XYZ 26.42 15.71 71.45 -
YUV 110.42 191.53 148.38 -
System Red Green Blue C M Y K H S L
Decimal 139 74 223 0.38 0.67 0 0.13 266.17 0.7 0.58
Hex 8B 4A DF 26 43 0 D 10A 46 3A
Octal 213 112 337 46 103 0 15 412 106 72
Binary 10001011 1001010 11011111 100110 1000011 0 1101 100001010 1000110 111010

Color Harmonies of #8B4ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4ADF

Black with #8B4ADF

Text Example


Text Example

White with #8B4ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B4ADF; }

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

 H1.HeaderClassName
 {
   color: #8B4ADF;
 }
 .AnyTagClassName
 {
   color: #8B4ADF;
 }
</style>

background-color css

<style>
 a { background-color: #8B4ADF; }

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

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

border-color css

<style>
 span { border-color: #8B4ADF; }

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

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