Html Css Color HEX #834069 Cosmic

📋 copy color: '#834069'

red 131 ◦ green 64 ◦ blue 105

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

Shades of Cosmic #834069

Tints of Cosmic #834069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 43.67%
G = 21.33%
B = 35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#834069 (or 0x834069) is known color: Cosmic. HEX triplet: 83, 40 and 69. RGB value is (131,64,105). Sum of RGB (Red+Green+Blue) = 131+64+105=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #834069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834069 is #7CBF96. Grayscale: #585858. Windows color (decimal): -8175511 or 6897795. OLE color: 6897795.

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

Color convert

RGB 131 64 105 -
CMYK 0 0.51 0.20 0.49
HSL 323.28º 0.34% 0.38% -
HSV(B) 323.28º 0.51% 0.51% -
XYZ 13.74 9.51 14.48 -
YUV 88.71 137.2 158.17 -
System Red Green Blue C M Y K H S L
Decimal 131 64 105 0 0.51 0.20 0.49 323.28 0.34 0.38
Hex 83 40 69 0 33 14 31 143 22 26
Octal 203 100 151 0 63 24 61 503 42 46
Binary 10000011 1000000 1101001 0 110011 10100 110001 101000011 100010 100110

Color Harmonies of #834069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834069

Black with #834069

Text Example


Text Example

White with #834069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834069; }

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

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

background-color css

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

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

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

border-color css

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

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

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