Html Css Color HEX #9649DD Dark Orchid

📋 copy color: '#9649DD'

red 150 ◦ green 73 ◦ blue 221

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

Shades of Dark Orchid #9649DD

Tints of Dark Orchid #9649DD

RGB

 RED value IS 150 (58.98% from 255) = 33.78%

 GREEN value IS 73 (28.91% from 255) = 16.44%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 33.78%
G = 16.44%
B = 49.77%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9649DD (or 0x9649DD) is known color: Dark Orchid. HEX triplet: 96, 49 and DD. RGB value is (150,73,221). Sum of RGB (Red+Green+Blue) = 150+73+221=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #9649DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9649DD is #69B622. Grayscale: #707070. Windows color (decimal): -6927907 or 14502294. OLE color: 14502294.

HSL color Cylindrical-coordinate representation of color #9649DD: hue angle of 271.22º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9649DD is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 73 221 -
CMYK 0.32 0.67 0 0.13
HSL 271.22º 0.69% 0.58% -
HSV(B) 271.22º 0.67% 0.87% -
XYZ 28.01 16.47 70.11 -
YUV 112.9 189.01 154.47 -
System Red Green Blue C M Y K H S L
Decimal 150 73 221 0.32 0.67 0 0.13 271.22 0.69 0.58
Hex 96 49 DD 20 43 0 D 10F 45 3A
Octal 226 111 335 40 103 0 15 417 105 72
Binary 10010110 1001001 11011101 100000 1000011 0 1101 100001111 1000101 111010

Color Harmonies of #9649DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9649DD

Black with #9649DD

Text Example


Text Example

White with #9649DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9649DD; }

 p { color: rgb(150,73,221); }

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

background-color css

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

 a { background-color: rgb(150,73,221); }

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

border-color css

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

 span { border-color: rgb(150,73,221); }

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