Html Css Color HEX #834366 Cosmic

📋 copy color: '#834366'

red 131 ◦ green 67 ◦ blue 102

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

Shades of Cosmic #834366

Tints of Cosmic #834366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

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

R = 43.67%
G = 22.33%
B = 34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#834366 (or 0x834366) is known color: Cosmic. HEX triplet: 83, 43 and 66. RGB value is (131,67,102). Sum of RGB (Red+Green+Blue) = 131+67+102=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #834366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834366 is #7CBC99. Grayscale: #5A5A5A. Windows color (decimal): -8174746 or 6701955. OLE color: 6701955.

HSL color Cylindrical-coordinate representation of color #834366: hue angle of 327.19º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834366 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 67 102 -
CMYK 0 0.49 0.22 0.49
HSL 327.19º 0.32% 0.39% -
HSV(B) 327.19º 0.49% 0.51% -
XYZ 13.77 9.8 13.74 -
YUV 90.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 131 67 102 0 0.49 0.22 0.49 327.19 0.32 0.39
Hex 83 43 66 0 31 16 31 147 20 27
Octal 203 103 146 0 61 26 61 507 40 47
Binary 10000011 1000011 1100110 0 110001 10110 110001 101000111 100000 100111

Color Harmonies of #834366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834366

Black with #834366

Text Example


Text Example

White with #834366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834366; }

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

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

background-color css

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

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

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

border-color css

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

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

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