Html Css Color HEX #834066 Cosmic

📋 copy color: '#834066'

red 131 ◦ green 64 ◦ blue 102

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

Shades of Cosmic #834066

Tints of Cosmic #834066

RGB

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

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

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

R = 44.11%
G = 21.55%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#834066 (or 0x834066) is known color: Cosmic. HEX triplet: 83, 40 and 66. RGB value is (131,64,102). Sum of RGB (Red+Green+Blue) = 131+64+102=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #834066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834066 is #7CBF99. Grayscale: #585858. Windows color (decimal): -8175514 or 6701187. OLE color: 6701187.

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

Color convert

RGB 131 64 102 -
CMYK 0 0.51 0.22 0.49
HSL 325.97º 0.34% 0.38% -
HSV(B) 325.97º 0.51% 0.51% -
XYZ 13.59 9.45 13.68 -
YUV 88.37 135.7 158.41 -
System Red Green Blue C M Y K H S L
Decimal 131 64 102 0 0.51 0.22 0.49 325.97 0.34 0.38
Hex 83 40 66 0 33 16 31 146 22 26
Octal 203 100 146 0 63 26 61 506 42 46
Binary 10000011 1000000 1100110 0 110011 10110 110001 101000110 100010 100110

Color Harmonies of #834066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834066

Black with #834066

Text Example


Text Example

White with #834066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834066; }

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

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

background-color css

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

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

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

border-color css

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

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

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