Html Css Color HEX #8B23FA Blue Violet

📋 copy color: '#8B23FA'

red 139 ◦ green 35 ◦ blue 250

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

Shades of Blue Violet #8B23FA

Tints of Blue Violet #8B23FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.96%

R = 32.78%
G = 8.25%
B = 58.96%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8B23FA (or 0x8B23FA) is known color: Blue Violet. HEX triplet: 8B, 23 and FA. RGB value is (139,35,250). Sum of RGB (Red+Green+Blue) = 139+35+250=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #8B23FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B23FA is #74DC05. Grayscale: #595959. Windows color (decimal): -7658502 or 16393099. OLE color: 16393099.

HSL color Cylindrical-coordinate representation of color #8B23FA: hue angle of 269.02º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B23FA is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 139 35 250 -
CMYK 0.44 0.86 0 0.02
HSL 269.02º 0.96% 0.56% -
HSV(B) 269.02º 0.86% 0.98% -
XYZ 28.5 13.59 91.56 -
YUV 90.61 217.96 162.52 -
System Red Green Blue C M Y K H S L
Decimal 139 35 250 0.44 0.86 0 0.02 269.02 0.96 0.56
Hex 8B 23 FA 2C 56 0 2 10D 60 38
Octal 213 43 372 54 126 0 2 415 140 70
Binary 10001011 100011 11111010 101100 1010110 0 10 100001101 1100000 111000

Color Harmonies of #8B23FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B23FA

Black with #8B23FA

Text Example


Text Example

White with #8B23FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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