Html Css Color HEX #834070 Cosmic

📋 copy color: '#834070'

red 131 ◦ green 64 ◦ blue 112

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

Shades of Cosmic #834070

Tints of Cosmic #834070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 42.67%
G = 20.85%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#834070 (or 0x834070) is known color: Cosmic. HEX triplet: 83, 40 and 70. RGB value is (131,64,112). Sum of RGB (Red+Green+Blue) = 131+64+112=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 131 - color contains mainly: red. Hex color #834070 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834070 is #7CBF8F. Grayscale: #595959. Windows color (decimal): -8175504 or 7356547. OLE color: 7356547.

HSL color Cylindrical-coordinate representation of color #834070: hue angle of 317.01º 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 #834070 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 112 -
CMYK 0 0.51 0.15 0.49
HSL 317.01º 0.34% 0.38% -
HSV(B) 317.01º 0.51% 0.51% -
XYZ 14.12 9.66 16.45 -
YUV 89.51 140.7 157.6 -
System Red Green Blue C M Y K H S L
Decimal 131 64 112 0 0.51 0.15 0.49 317.01 0.34 0.38
Hex 83 40 70 0 33 F 31 13D 22 26
Octal 203 100 160 0 63 17 61 475 42 46
Binary 10000011 1000000 1110000 0 110011 1111 110001 100111101 100010 100110

Color Harmonies of #834070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834070

Black with #834070

Text Example


Text Example

White with #834070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834070; }

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

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

background-color css

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

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

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

border-color css

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

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

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