Html Css Color HEX #633995 Daisy Bush

📋 copy color: '#633995'

red 99 ◦ green 57 ◦ blue 149

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

Shades of Daisy Bush #633995

Tints of Daisy Bush #633995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 48.85%

R = 32.46%
G = 18.69%
B = 48.85%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#633995 (or 0x633995) is known color: Daisy Bush. HEX triplet: 63, 39 and 95. RGB value is (99,57,149). Sum of RGB (Red+Green+Blue) = 99+57+149=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #633995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633995 is #9CC66A. Grayscale: #4F4F4F. Windows color (decimal): -10274411 or 9779555. OLE color: 9779555.

HSL color Cylindrical-coordinate representation of color #633995: hue angle of 267.39º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #633995 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 57 149 -
CMYK 0.34 0.62 0 0.42
HSL 267.39º 0.45% 0.4% -
HSV(B) 267.39º 0.62% 0.58% -
XYZ 12.03 7.75 29.3 -
YUV 80.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 99 57 149 0.34 0.62 0 0.42 267.39 0.45 0.4
Hex 63 39 95 22 3E 0 2A 10B 2D 28
Octal 143 71 225 42 76 0 52 413 55 50
Binary 1100011 111001 10010101 100010 111110 0 101010 100001011 101101 101000

Color Harmonies of #633995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633995

Black with #633995

Text Example


Text Example

White with #633995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633995; }

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

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

background-color css

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

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

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

border-color css

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

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

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