Html Css Color HEX #834669 Cosmic

📋 copy color: '#834669'

red 131 ◦ green 70 ◦ blue 105

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

Shades of Cosmic #834669

Tints of Cosmic #834669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 42.81%
G = 22.88%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#834669 (or 0x834669) is known color: Cosmic. HEX triplet: 83, 46 and 69. RGB value is (131,70,105). Sum of RGB (Red+Green+Blue) = 131+70+105=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #834669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834669 is #7CB996. Grayscale: #5C5C5C. Windows color (decimal): -8173975 or 6899331. OLE color: 6899331.

HSL color Cylindrical-coordinate representation of color #834669: hue angle of 325.57º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834669 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 105 -
CMYK 0 0.47 0.20 0.49
HSL 325.57º 0.3% 0.39% -
HSV(B) 325.57º 0.47% 0.51% -
XYZ 14.1 10.23 14.6 -
YUV 92.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 131 70 105 0 0.47 0.20 0.49 325.57 0.3 0.39
Hex 83 46 69 0 2F 14 31 146 1E 27
Octal 203 106 151 0 57 24 61 506 36 47
Binary 10000011 1000110 1101001 0 101111 10100 110001 101000110 11110 100111

Color Harmonies of #834669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834669

Black with #834669

Text Example


Text Example

White with #834669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834669; }

 p { color: rgb(131,70,105); }

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

background-color css

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

 a { background-color: rgb(131,70,105); }

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

border-color css

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

 span { border-color: rgb(131,70,105); }

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