Html Css Color HEX #863F71 Cosmic

📋 copy color: '#863F71'

red 134 ◦ green 63 ◦ blue 113

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

Shades of Cosmic #863F71

Tints of Cosmic #863F71

RGB

 RED value IS 134 (52.73% from 255) = 43.23%

 GREEN value IS 63 (25% from 255) = 20.32%

 BLUE value IS 113 (44.53% from 255) = 36.45%

R = 43.23%
G = 20.32%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#863F71 (or 0x863F71) is known color: Cosmic. HEX triplet: 86, 3F and 71. RGB value is (134,63,113). Sum of RGB (Red+Green+Blue) = 134+63+113=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #863F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F71 is #79C08E. Grayscale: #595959. Windows color (decimal): -7979151 or 7421830. OLE color: 7421830.

HSL color Cylindrical-coordinate representation of color #863F71: hue angle of 317.75º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F71 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 63 113 -
CMYK 0 0.53 0.16 0.47
HSL 317.75º 0.36% 0.39% -
HSV(B) 317.75º 0.53% 0.53% -
XYZ 14.59 9.82 16.75 -
YUV 89.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 134 63 113 0 0.53 0.16 0.47 317.75 0.36 0.39
Hex 86 3F 71 0 35 10 2F 13E 24 27
Octal 206 77 161 0 65 20 57 476 44 47
Binary 10000110 111111 1110001 0 110101 10000 101111 100111110 100100 100111

Color Harmonies of #863F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F71

Black with #863F71

Text Example


Text Example

White with #863F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863F71; }

 p { color: rgb(134,63,113); }

 H1.HeaderClassName
 {
   color: #863F71;
 }
 .AnyTagClassName
 {
   color: #863F71;
 }
</style>

background-color css

<style>
 a { background-color: #863F71; }

 a { background-color: rgb(134,63,113); }

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

border-color css

<style>
 span { border-color: #863F71; }

 span { border-color: rgb(134,63,113); }

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