Html Css Color HEX #9644DB Dark Orchid

📋 copy color: '#9644DB'

red 150 ◦ green 68 ◦ blue 219

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

Shades of Dark Orchid #9644DB

Tints of Dark Orchid #9644DB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.56%

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 34.32%
G = 15.56%
B = 50.11%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9644DB (or 0x9644DB) is known color: Dark Orchid. HEX triplet: 96, 44 and DB. RGB value is (150,68,219). Sum of RGB (Red+Green+Blue) = 150+68+219=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #9644DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9644DB is #69BB24. Grayscale: #6D6D6D. Windows color (decimal): -6929189 or 14369942. OLE color: 14369942.

HSL color Cylindrical-coordinate representation of color #9644DB: hue angle of 272.58º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9644DB is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 68 219 -
CMYK 0.32 0.69 0 0.14
HSL 272.58º 0.68% 0.56% -
HSV(B) 272.58º 0.69% 0.86% -
XYZ 27.43 15.73 68.61 -
YUV 109.73 189.67 156.72 -
System Red Green Blue C M Y K H S L
Decimal 150 68 219 0.32 0.69 0 0.14 272.58 0.68 0.56
Hex 96 44 DB 20 45 0 E 111 44 38
Octal 226 104 333 40 105 0 16 421 104 70
Binary 10010110 1000100 11011011 100000 1000101 0 1110 100010001 1000100 111000

Color Harmonies of #9644DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9644DB

Black with #9644DB

Text Example


Text Example

White with #9644DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9644DB; }

 p { color: rgb(150,68,219); }

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

background-color css

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

 a { background-color: rgb(150,68,219); }

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

border-color css

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

 span { border-color: rgb(150,68,219); }

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