Html Css Color HEX #9440CD Dark Orchid

📋 copy color: '#9440CD'

red 148 ◦ green 64 ◦ blue 205

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

Shades of Dark Orchid #9440CD

Tints of Dark Orchid #9440CD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.35%

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

R = 35.49%
G = 15.35%
B = 49.16%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9440CD (or 0x9440CD) is known color: Dark Orchid. HEX triplet: 94, 40 and CD. RGB value is (148,64,205). Sum of RGB (Red+Green+Blue) = 148+64+205=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #9440CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440CD is #6BBF32. Grayscale: #686868. Windows color (decimal): -7061299 or 13451412. OLE color: 13451412.

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

Color convert

RGB 148 64 205 -
CMYK 0.28 0.69 0 0.20
HSL 275.74º 0.59% 0.53% -
HSV(B) 275.74º 0.69% 0.8% -
XYZ 25.07 14.37 59.21 -
YUV 105.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 148 64 205 0.28 0.69 0 0.20 275.74 0.59 0.53
Hex 94 40 CD 1C 45 0 14 114 3B 35
Octal 224 100 315 34 105 0 24 424 73 65
Binary 10010100 1000000 11001101 11100 1000101 0 10100 100010100 111011 110101

Color Harmonies of #9440CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9440CD

Black with #9440CD

Text Example


Text Example

White with #9440CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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