Html Css Color HEX #834664 Cosmic

📋 copy color: '#834664'

red 131 ◦ green 70 ◦ blue 100

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

Shades of Cosmic #834664

Tints of Cosmic #834664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 43.52%
G = 23.26%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#834664 (or 0x834664) is known color: Cosmic. HEX triplet: 83, 46 and 64. RGB value is (131,70,100). Sum of RGB (Red+Green+Blue) = 131+70+100=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #834664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834664 is #7CB99B. Grayscale: #5B5B5B. Windows color (decimal): -8173980 or 6571651. OLE color: 6571651.

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

Color convert

RGB 131 70 100 -
CMYK 0 0.47 0.24 0.49
HSL 330.49º 0.3% 0.39% -
HSV(B) 330.49º 0.47% 0.51% -
XYZ 13.85 10.13 13.28 -
YUV 91.66 132.71 156.06 -
System Red Green Blue C M Y K H S L
Decimal 131 70 100 0 0.47 0.24 0.49 330.49 0.3 0.39
Hex 83 46 64 0 2F 18 31 14A 1E 27
Octal 203 106 144 0 57 30 61 512 36 47
Binary 10000011 1000110 1100100 0 101111 11000 110001 101001010 11110 100111

Color Harmonies of #834664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834664

Black with #834664

Text Example


Text Example

White with #834664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834664; }

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

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

background-color css

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

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

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

border-color css

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

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

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