Html Css Color HEX #863A6A Cosmic

📋 copy color: '#863A6A'

red 134 ◦ green 58 ◦ blue 106

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

Shades of Cosmic #863A6A

Tints of Cosmic #863A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.46%

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

R = 44.97%
G = 19.46%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#863A6A (or 0x863A6A) is known color: Cosmic. HEX triplet: 86, 3A and 6A. RGB value is (134,58,106). Sum of RGB (Red+Green+Blue) = 134+58+106=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 106 (41.80% from 255 or 35.57% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #863A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A6A is #79C595. Grayscale: #565656. Windows color (decimal): -7980438 or 6961798. OLE color: 6961798.

HSL color Cylindrical-coordinate representation of color #863A6A: hue angle of 322.11º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A6A is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 106 -
CMYK 0 0.57 0.21 0.47
HSL 322.11º 0.4% 0.38% -
HSV(B) 322.11º 0.57% 0.53% -
XYZ 13.95 9.14 14.66 -
YUV 86.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 134 58 106 0 0.57 0.21 0.47 322.11 0.4 0.38
Hex 86 3A 6A 0 39 15 2F 142 28 26
Octal 206 72 152 0 71 25 57 502 50 46
Binary 10000110 111010 1101010 0 111001 10101 101111 101000010 101000 100110

Color Harmonies of #863A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A6A

Black with #863A6A

Text Example


Text Example

White with #863A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,58,106); }

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

background-color css

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

 a { background-color: rgb(134,58,106); }

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

border-color css

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

 span { border-color: rgb(134,58,106); }

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