Html Css Color HEX #8F3468 Rose Bud Cherry

📋 copy color: '#8F3468'

red 143 ◦ green 52 ◦ blue 104

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

Shades of Rose Bud Cherry #8F3468

Tints of Rose Bud Cherry #8F3468

RGB

 RED value IS 143 (56.25% from 255) = 47.83%

 GREEN value IS 52 (20.7% from 255) = 17.39%

 BLUE value IS 104 (41.02% from 255) = 34.78%

R = 47.83%
G = 17.39%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8F3468 (or 0x8F3468) is known color: Rose Bud Cherry. HEX triplet: 8F, 34 and 68. RGB value is (143,52,104). Sum of RGB (Red+Green+Blue) = 143+52+104=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3468 is #70CB97. Grayscale: #555555. Windows color (decimal): -7392152 or 6829199. OLE color: 6829199.

HSL color Cylindrical-coordinate representation of color #8F3468: hue angle of 325.71º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F3468 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 52 104 -
CMYK 0 0.64 0.27 0.44
HSL 325.71º 0.47% 0.38% -
HSV(B) 325.71º 0.64% 0.56% -
XYZ 15.05 9.3 14.1 -
YUV 85.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 143 52 104 0 0.64 0.27 0.44 325.71 0.47 0.38
Hex 8F 34 68 0 40 1B 2C 146 2F 26
Octal 217 64 150 0 100 33 54 506 57 46
Binary 10001111 110100 1101000 0 1000000 11011 101100 101000110 101111 100110

Color Harmonies of #8F3468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F3468

Black with #8F3468

Text Example


Text Example

White with #8F3468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,52,104); }

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

background-color css

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

 a { background-color: rgb(143,52,104); }

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

border-color css

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

 span { border-color: rgb(143,52,104); }

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