Html Css Color HEX #834369 Cosmic

📋 copy color: '#834369'

red 131 ◦ green 67 ◦ blue 105

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

Shades of Cosmic #834369

Tints of Cosmic #834369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

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

R = 43.23%
G = 22.11%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#834369 (or 0x834369) is known color: Cosmic. HEX triplet: 83, 43 and 69. RGB value is (131,67,105). Sum of RGB (Red+Green+Blue) = 131+67+105=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #834369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834369 is #7CBC96. Grayscale: #5A5A5A. Windows color (decimal): -8174743 or 6898563. OLE color: 6898563.

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

Color convert

RGB 131 67 105 -
CMYK 0 0.49 0.20 0.49
HSL 324.38º 0.32% 0.39% -
HSV(B) 324.38º 0.49% 0.51% -
XYZ 13.92 9.86 14.53 -
YUV 90.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 131 67 105 0 0.49 0.20 0.49 324.38 0.32 0.39
Hex 83 43 69 0 31 14 31 144 20 27
Octal 203 103 151 0 61 24 61 504 40 47
Binary 10000011 1000011 1101001 0 110001 10100 110001 101000100 100000 100111

Color Harmonies of #834369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834369

Black with #834369

Text Example


Text Example

White with #834369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834369; }

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

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

background-color css

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

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

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

border-color css

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

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

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