Html Css Color HEX #8B3CDD Blue Violet

📋 copy color: '#8B3CDD'

red 139 ◦ green 60 ◦ blue 221

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

Shades of Blue Violet #8B3CDD

Tints of Blue Violet #8B3CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.29%

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

R = 33.1%
G = 14.29%
B = 52.62%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B3CDD (or 0x8B3CDD) is known color: Blue Violet. HEX triplet: 8B, 3C and DD. RGB value is (139,60,221). Sum of RGB (Red+Green+Blue) = 139+60+221=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 60 (23.83% from 255 or 14.29% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B3CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3CDD is #74C322. Grayscale: #656565. Windows color (decimal): -7652131 or 14498955. OLE color: 14498955.

HSL color Cylindrical-coordinate representation of color #8B3CDD: hue angle of 269.44º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B3CDD is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 60 221 -
CMYK 0.37 0.73 0 0.13
HSL 269.44º 0.7% 0.55% -
HSV(B) 269.44º 0.73% 0.87% -
XYZ 25.31 13.94 69.76 -
YUV 101.98 195.17 154.41 -
System Red Green Blue C M Y K H S L
Decimal 139 60 221 0.37 0.73 0 0.13 269.44 0.7 0.55
Hex 8B 3C DD 25 49 0 D 10D 46 37
Octal 213 74 335 45 111 0 15 415 106 67
Binary 10001011 111100 11011101 100101 1001001 0 1101 100001101 1000110 110111

Color Harmonies of #8B3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3CDD

Black with #8B3CDD

Text Example


Text Example

White with #8B3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,60,221); }

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

background-color css

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

 a { background-color: rgb(139,60,221); }

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

border-color css

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

 span { border-color: rgb(139,60,221); }

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