Html Css Color HEX #8B306C Dark Purple

📋 copy color: '#8B306C'

red 139 ◦ green 48 ◦ blue 108

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

Shades of Dark Purple #8B306C

Tints of Dark Purple #8B306C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.61%

R = 47.12%
G = 16.27%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B306C (or 0x8B306C) is known color: Dark Purple. HEX triplet: 8B, 30 and 6C. RGB value is (139,48,108). Sum of RGB (Red+Green+Blue) = 139+48+108=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B306C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B306C is #74CF93. Grayscale: #515151. Windows color (decimal): -7655316 or 7090315. OLE color: 7090315.

HSL color Cylindrical-coordinate representation of color #8B306C: hue angle of 320.44º 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 #8B306C is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 48 108 -
CMYK 0 0.65 0.22 0.45
HSL 320.44º 0.49% 0.37% -
HSV(B) 320.44º 0.65% 0.55% -
XYZ 14.41 8.69 15.1 -
YUV 82.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 139 48 108 0 0.65 0.22 0.45 320.44 0.49 0.37
Hex 8B 30 6C 0 41 16 2D 140 31 25
Octal 213 60 154 0 101 26 55 500 61 45
Binary 10001011 110000 1101100 0 1000001 10110 101101 101000000 110001 100101

Color Harmonies of #8B306C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B306C

Black with #8B306C

Text Example


Text Example

White with #8B306C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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