Html Css Color HEX #834865 Cosmic

📋 copy color: '#834865'

red 131 ◦ green 72 ◦ blue 101

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

Shades of Cosmic #834865

Tints of Cosmic #834865

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 43.09%
G = 23.68%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#834865 (or 0x834865) is known color: Cosmic. HEX triplet: 83, 48 and 65. RGB value is (131,72,101). Sum of RGB (Red+Green+Blue) = 131+72+101=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #834865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834865 is #7CB79A. Grayscale: #5C5C5C. Windows color (decimal): -8173467 or 6637699. OLE color: 6637699.

HSL color Cylindrical-coordinate representation of color #834865: hue angle of 330.51º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834865 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 101 -
CMYK 0 0.45 0.23 0.49
HSL 330.51º 0.29% 0.4% -
HSV(B) 330.51º 0.45% 0.51% -
XYZ 14.03 10.4 13.58 -
YUV 92.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 131 72 101 0 0.45 0.23 0.49 330.51 0.29 0.4
Hex 83 48 65 0 2D 17 31 14B 1D 28
Octal 203 110 145 0 55 27 61 513 35 50
Binary 10000011 1001000 1100101 0 101101 10111 110001 101001011 11101 101000

Color Harmonies of #834865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834865

Black with #834865

Text Example


Text Example

White with #834865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834865; }

 p { color: rgb(131,72,101); }

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

background-color css

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

 a { background-color: rgb(131,72,101); }

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

border-color css

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

 span { border-color: rgb(131,72,101); }

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