Html Css Color HEX #9441CD Dark Orchid

📋 copy color: '#9441CD'

red 148 ◦ green 65 ◦ blue 205

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

Shades of Dark Orchid #9441CD

Tints of Dark Orchid #9441CD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.55%

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

R = 35.41%
G = 15.55%
B = 49.04%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9441CD (or 0x9441CD) is known color: Dark Orchid. HEX triplet: 94, 41 and CD. RGB value is (148,65,205). Sum of RGB (Red+Green+Blue) = 148+65+205=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #9441CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9441CD is #6BBE32. Grayscale: #696969. Windows color (decimal): -7061043 or 13451668. OLE color: 13451668.

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

Color convert

RGB 148 65 205 -
CMYK 0.28 0.68 0 0.20
HSL 275.57º 0.58% 0.53% -
HSV(B) 275.57º 0.68% 0.8% -
XYZ 25.12 14.48 59.23 -
YUV 105.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 148 65 205 0.28 0.68 0 0.20 275.57 0.58 0.53
Hex 94 41 CD 1C 44 0 14 114 3A 35
Octal 224 101 315 34 104 0 24 424 72 65
Binary 10010100 1000001 11001101 11100 1000100 0 10100 100010100 111010 110101

Color Harmonies of #9441CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9441CD

Black with #9441CD

Text Example


Text Example

White with #9441CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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