Html Css Color HEX #633C96 Daisy Bush

📋 copy color: '#633C96'

red 99 ◦ green 60 ◦ blue 150

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

Shades of Daisy Bush #633C96

Tints of Daisy Bush #633C96

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 150 (58.98% from 255) = 48.54%

R = 32.04%
G = 19.42%
B = 48.54%

CMYK

 C value IS 0.34

 M value IS 0.6

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#633C96 (or 0x633C96) is known color: Daisy Bush. HEX triplet: 63, 3C and 96. RGB value is (99,60,150). Sum of RGB (Red+Green+Blue) = 99+60+150=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #633C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633C96 is #9CC369. Grayscale: #515151. Windows color (decimal): -10273642 or 9845859. OLE color: 9845859.

HSL color Cylindrical-coordinate representation of color #633C96: hue angle of 266º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #633C96 is Cyan = 0.34, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 60 150 -
CMYK 0.34 0.6 0 0.41
HSL 266º 0.43% 0.41% -
HSV(B) 266º 0.6% 0.59% -
XYZ 12.27 8.09 29.77 -
YUV 81.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 99 60 150 0.34 0.6 0 0.41 266 0.43 0.41
Hex 63 3C 96 22 3C 0 29 10A 2B 29
Octal 143 74 226 42 74 0 51 412 53 51
Binary 1100011 111100 10010110 100010 111100 0 101001 100001010 101011 101001

Color Harmonies of #633C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633C96

Black with #633C96

Text Example


Text Example

White with #633C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633C96; }

 p { color: rgb(99,60,150); }

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

background-color css

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

 a { background-color: rgb(99,60,150); }

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

border-color css

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

 span { border-color: rgb(99,60,150); }

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