Html Css Color HEX #633991 Daisy Bush

📋 copy color: '#633991'

red 99 ◦ green 57 ◦ blue 145

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

Shades of Daisy Bush #633991

Tints of Daisy Bush #633991

RGB

 RED value IS 99 (39.06% from 255) = 32.89%

 GREEN value IS 57 (22.66% from 255) = 18.94%

 BLUE value IS 145 (57.03% from 255) = 48.17%

R = 32.89%
G = 18.94%
B = 48.17%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#633991 (or 0x633991) is known color: Daisy Bush. HEX triplet: 63, 39 and 91. RGB value is (99,57,145). Sum of RGB (Red+Green+Blue) = 99+57+145=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #633991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633991 is #9CC66E. Grayscale: #4F4F4F. Windows color (decimal): -10274415 or 9517411. OLE color: 9517411.

HSL color Cylindrical-coordinate representation of color #633991: hue angle of 268.64º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #633991 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 57 145 -
CMYK 0.32 0.61 0 0.43
HSL 268.64º 0.44% 0.4% -
HSV(B) 268.64º 0.61% 0.57% -
XYZ 11.72 7.62 27.64 -
YUV 79.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 99 57 145 0.32 0.61 0 0.43 268.64 0.44 0.4
Hex 63 39 91 20 3D 0 2B 10D 2C 28
Octal 143 71 221 40 75 0 53 415 54 50
Binary 1100011 111001 10010001 100000 111101 0 101011 100001101 101100 101000

Color Harmonies of #633991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633991

Black with #633991

Text Example


Text Example

White with #633991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633991; }

 p { color: rgb(99,57,145); }

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

background-color css

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

 a { background-color: rgb(99,57,145); }

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

border-color css

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

 span { border-color: rgb(99,57,145); }

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