Html Css Color HEX #833769 Cosmic

📋 copy color: '#833769'

red 131 ◦ green 55 ◦ blue 105

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

Shades of Cosmic #833769

Tints of Cosmic #833769

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 45.02%
G = 18.9%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#833769 (or 0x833769) is known color: Cosmic. HEX triplet: 83, 37 and 69. RGB value is (131,55,105). Sum of RGB (Red+Green+Blue) = 131+55+105=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #833769 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833769 is #7CC896. Grayscale: #535353. Windows color (decimal): -8177815 or 6895491. OLE color: 6895491.

HSL color Cylindrical-coordinate representation of color #833769: hue angle of 320.53º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #833769 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 55 105 -
CMYK 0 0.58 0.20 0.49
HSL 320.53º 0.41% 0.36% -
HSV(B) 320.53º 0.58% 0.51% -
XYZ 13.28 8.58 14.32 -
YUV 83.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 131 55 105 0 0.58 0.20 0.49 320.53 0.41 0.36
Hex 83 37 69 0 3A 14 31 141 29 24
Octal 203 67 151 0 72 24 61 501 51 44
Binary 10000011 110111 1101001 0 111010 10100 110001 101000001 101001 100100

Color Harmonies of #833769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833769

Black with #833769

Text Example


Text Example

White with #833769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833769; }

 p { color: rgb(131,55,105); }

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

background-color css

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

 a { background-color: rgb(131,55,105); }

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

border-color css

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

 span { border-color: rgb(131,55,105); }

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