Html Css Color HEX #9444CD Dark Orchid

📋 copy color: '#9444CD'

red 148 ◦ green 68 ◦ blue 205

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

Shades of Dark Orchid #9444CD

Tints of Dark Orchid #9444CD

RGB

 RED value IS 148 (58.2% from 255) = 35.15%

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 35.15%
G = 16.15%
B = 48.69%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9444CD (or 0x9444CD) is known color: Dark Orchid. HEX triplet: 94, 44 and CD. RGB value is (148,68,205). Sum of RGB (Red+Green+Blue) = 148+68+205=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #9444CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9444CD is #6BBB32. Grayscale: #6B6B6B. Windows color (decimal): -7060275 or 13452436. OLE color: 13452436.

HSL color Cylindrical-coordinate representation of color #9444CD: hue angle of 275.04º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9444CD is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 68 205 -
CMYK 0.28 0.67 0 0.20
HSL 275.04º 0.58% 0.54% -
HSV(B) 275.04º 0.67% 0.8% -
XYZ 25.3 14.84 59.29 -
YUV 107.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 148 68 205 0.28 0.67 0 0.20 275.04 0.58 0.54
Hex 94 44 CD 1C 43 0 14 113 3A 36
Octal 224 104 315 34 103 0 24 423 72 66
Binary 10010100 1000100 11001101 11100 1000011 0 10100 100010011 111010 110110

Color Harmonies of #9444CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9444CD

Black with #9444CD

Text Example


Text Example

White with #9444CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9444CD; }

 p { color: rgb(148,68,205); }

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

background-color css

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

 a { background-color: rgb(148,68,205); }

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

border-color css

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

 span { border-color: rgb(148,68,205); }

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