Html Css Color HEX #834662 Cosmic

📋 copy color: '#834662'

red 131 ◦ green 70 ◦ blue 98

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

Shades of Cosmic #834662

Tints of Cosmic #834662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.78%

R = 43.81%
G = 23.41%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#834662 (or 0x834662) is known color: Cosmic. HEX triplet: 83, 46 and 62. RGB value is (131,70,98). Sum of RGB (Red+Green+Blue) = 131+70+98=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #834662 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834662 is #7CB99D. Grayscale: #5B5B5B. Windows color (decimal): -8173982 or 6440579. OLE color: 6440579.

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

Color convert

RGB 131 70 98 -
CMYK 0 0.47 0.25 0.49
HSL 332.46º 0.3% 0.39% -
HSV(B) 332.46º 0.47% 0.51% -
XYZ 13.75 10.09 12.78 -
YUV 91.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 131 70 98 0 0.47 0.25 0.49 332.46 0.3 0.39
Hex 83 46 62 0 2F 19 31 14C 1E 27
Octal 203 106 142 0 57 31 61 514 36 47
Binary 10000011 1000110 1100010 0 101111 11001 110001 101001100 11110 100111

Color Harmonies of #834662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834662

Black with #834662

Text Example


Text Example

White with #834662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834662; }

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

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

background-color css

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

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

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

border-color css

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

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

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