Html Css Color HEX #8C307B Dark Purple

📋 copy color: '#8C307B'

red 140 ◦ green 48 ◦ blue 123

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

Shades of Dark Purple #8C307B

Tints of Dark Purple #8C307B

RGB

 RED value IS 140 (55.08% from 255) = 45.02%

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

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 45.02%
G = 15.43%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8C307B (or 0x8C307B) is known color: Dark Purple. HEX triplet: 8C, 30 and 7B. RGB value is (140,48,123). Sum of RGB (Red+Green+Blue) = 140+48+123=311 (41% of max value = 765). Red value is 140 (55.08% from 255 or 45.02% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 140 - color contains mainly: red. Hex color #8C307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C307B is #73CF84. Grayscale: #535353. Windows color (decimal): -7589765 or 8073356. OLE color: 8073356.

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

Color convert

RGB 140 48 123 -
CMYK 0 0.66 0.12 0.45
HSL 311.09º 0.49% 0.37% -
HSV(B) 311.09º 0.66% 0.55% -
XYZ 15.45 9.12 19.68 -
YUV 84.06 149.98 167.9 -
System Red Green Blue C M Y K H S L
Decimal 140 48 123 0 0.66 0.12 0.45 311.09 0.49 0.37
Hex 8C 30 7B 0 42 C 2D 137 31 25
Octal 214 60 173 0 102 14 55 467 61 45
Binary 10001100 110000 1111011 0 1000010 1100 101101 100110111 110001 100101

Color Harmonies of #8C307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C307B

Black with #8C307B

Text Example


Text Example

White with #8C307B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,48,123); }

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

background-color css

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

 a { background-color: rgb(140,48,123); }

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

border-color css

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

 span { border-color: rgb(140,48,123); }

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