Html Css Color HEX #8B35DB Blue Violet

📋 copy color: '#8B35DB'

red 139 ◦ green 53 ◦ blue 219

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

Shades of Blue Violet #8B35DB

Tints of Blue Violet #8B35DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.9%

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 33.82%
G = 12.9%
B = 53.28%

CMYK

 C value IS 0.37

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8B35DB (or 0x8B35DB) is known color: Blue Violet. HEX triplet: 8B, 35 and DB. RGB value is (139,53,219). Sum of RGB (Red+Green+Blue) = 139+53+219=411 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.82% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B35DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B35DB is #74CA24. Grayscale: #616161. Windows color (decimal): -7653925 or 14366091. OLE color: 14366091.

HSL color Cylindrical-coordinate representation of color #8B35DB: hue angle of 271.08º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B35DB is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 139 53 219 -
CMYK 0.37 0.76 0 0.14
HSL 271.08º 0.7% 0.53% -
HSV(B) 271.08º 0.76% 0.86% -
XYZ 24.71 13.15 68.25 -
YUV 97.64 196.49 157.5 -
System Red Green Blue C M Y K H S L
Decimal 139 53 219 0.37 0.76 0 0.14 271.08 0.7 0.53
Hex 8B 35 DB 25 4C 0 E 10F 46 35
Octal 213 65 333 45 114 0 16 417 106 65
Binary 10001011 110101 11011011 100101 1001100 0 1110 100001111 1000110 110101

Color Harmonies of #8B35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B35DB

Black with #8B35DB

Text Example


Text Example

White with #8B35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,53,219); }

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

background-color css

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

 a { background-color: rgb(139,53,219); }

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

border-color css

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

 span { border-color: rgb(139,53,219); }

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