Html Css Color HEX #834866 Cosmic

📋 copy color: '#834866'

red 131 ◦ green 72 ◦ blue 102

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

Shades of Cosmic #834866

Tints of Cosmic #834866

RGB

 RED value IS 131 (51.56% from 255) = 42.95%

 GREEN value IS 72 (28.52% from 255) = 23.61%

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 42.95%
G = 23.61%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#834866 (or 0x834866) is known color: Cosmic. HEX triplet: 83, 48 and 66. RGB value is (131,72,102). Sum of RGB (Red+Green+Blue) = 131+72+102=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #834866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834866 is #7CB799. Grayscale: #5D5D5D. Windows color (decimal): -8173466 or 6703235. OLE color: 6703235.

HSL color Cylindrical-coordinate representation of color #834866: hue angle of 329.49º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834866 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 102 -
CMYK 0 0.45 0.22 0.49
HSL 329.49º 0.29% 0.4% -
HSV(B) 329.49º 0.45% 0.51% -
XYZ 14.08 10.42 13.84 -
YUV 93.06 133.05 155.06 -
System Red Green Blue C M Y K H S L
Decimal 131 72 102 0 0.45 0.22 0.49 329.49 0.29 0.4
Hex 83 48 66 0 2D 16 31 149 1D 28
Octal 203 110 146 0 55 26 61 511 35 50
Binary 10000011 1001000 1100110 0 101101 10110 110001 101001001 11101 101000

Color Harmonies of #834866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834866

Black with #834866

Text Example


Text Example

White with #834866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834866; }

 p { color: rgb(131,72,102); }

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

background-color css

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

 a { background-color: rgb(131,72,102); }

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

border-color css

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

 span { border-color: rgb(131,72,102); }

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