Html Css Color HEX #8B306A Dark Purple

📋 copy color: '#8B306A'

red 139 ◦ green 48 ◦ blue 106

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

Shades of Dark Purple #8B306A

Tints of Dark Purple #8B306A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.18%

R = 47.44%
G = 16.38%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B306A (or 0x8B306A) is known color: Dark Purple. HEX triplet: 8B, 30 and 6A. RGB value is (139,48,106). Sum of RGB (Red+Green+Blue) = 139+48+106=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B306A is #74CF95. Grayscale: #515151. Windows color (decimal): -7655318 or 6959243. OLE color: 6959243.

HSL color Cylindrical-coordinate representation of color #8B306A: hue angle of 321.76º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B306A is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 48 106 -
CMYK 0 0.65 0.24 0.45
HSL 321.76º 0.49% 0.37% -
HSV(B) 321.76º 0.65% 0.55% -
XYZ 14.31 8.64 14.55 -
YUV 81.82 141.65 168.78 -
System Red Green Blue C M Y K H S L
Decimal 139 48 106 0 0.65 0.24 0.45 321.76 0.49 0.37
Hex 8B 30 6A 0 41 18 2D 142 31 25
Octal 213 60 152 0 101 30 55 502 61 45
Binary 10001011 110000 1101010 0 1000001 11000 101101 101000010 110001 100101

Color Harmonies of #8B306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B306A

Black with #8B306A

Text Example


Text Example

White with #8B306A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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