Html Css Color HEX #8B30DA Blue Violet

📋 copy color: '#8B30DA'

red 139 ◦ green 48 ◦ blue 218

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

Shades of Blue Violet #8B30DA

Tints of Blue Violet #8B30DA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.85%

 BLUE value IS 218 (85.55% from 255) = 53.83%

R = 34.32%
G = 11.85%
B = 53.83%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8B30DA (or 0x8B30DA) is known color: Blue Violet. HEX triplet: 8B, 30 and DA. RGB value is (139,48,218). Sum of RGB (Red+Green+Blue) = 139+48+218=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 218 (85.55% from 255 or 53.83% from 405); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B30DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B30DA is #74CF25. Grayscale: #5E5E5E. Windows color (decimal): -7655206 or 14299275. OLE color: 14299275.

HSL color Cylindrical-coordinate representation of color #8B30DA: hue angle of 272.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B30DA is Cyan = 0.36, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 139 48 218 -
CMYK 0.36 0.78 0 0.15
HSL 272.12º 0.7% 0.52% -
HSV(B) 272.12º 0.78% 0.85% -
XYZ 24.36 12.66 67.49 -
YUV 94.59 197.65 159.68 -
System Red Green Blue C M Y K H S L
Decimal 139 48 218 0.36 0.78 0 0.15 272.12 0.7 0.52
Hex 8B 30 DA 24 4E 0 F 110 46 34
Octal 213 60 332 44 116 0 17 420 106 64
Binary 10001011 110000 11011010 100100 1001110 0 1111 100010000 1000110 110100

Color Harmonies of #8B30DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B30DA

Black with #8B30DA

Text Example


Text Example

White with #8B30DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,48,218); }

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

background-color css

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

 a { background-color: rgb(139,48,218); }

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

border-color css

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

 span { border-color: rgb(139,48,218); }

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