Html Css Color HEX #8B23DF Blue Violet

📋 copy color: '#8B23DF'

red 139 ◦ green 35 ◦ blue 223

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

Shades of Blue Violet #8B23DF

Tints of Blue Violet #8B23DF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.82%

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

R = 35.01%
G = 8.82%
B = 56.17%

CMYK

 C value IS 0.38

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B23DF (or 0x8B23DF) is known color: Blue Violet. HEX triplet: 8B, 23 and DF. RGB value is (139,35,223). Sum of RGB (Red+Green+Blue) = 139+35+223=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 35 (14.06% from 255 or 8.82% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B23DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B23DF is #74DC20. Grayscale: #565656. Windows color (decimal): -7658529 or 14623627. OLE color: 14623627.

HSL color Cylindrical-coordinate representation of color #8B23DF: hue angle of 273.19º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B23DF is Cyan = 0.38, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 35 223 -
CMYK 0.38 0.84 0 0.13
HSL 273.19º 0.75% 0.51% -
HSV(B) 273.19º 0.84% 0.87% -
XYZ 24.57 12.02 70.84 -
YUV 87.53 204.46 164.71 -
System Red Green Blue C M Y K H S L
Decimal 139 35 223 0.38 0.84 0 0.13 273.19 0.75 0.51
Hex 8B 23 DF 26 54 0 D 111 4B 33
Octal 213 43 337 46 124 0 15 421 113 63
Binary 10001011 100011 11011111 100110 1010100 0 1101 100010001 1001011 110011

Color Harmonies of #8B23DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B23DF

Black with #8B23DF

Text Example


Text Example

White with #8B23DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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