Html Css Color HEX #9440CE Dark Orchid

📋 copy color: '#9440CE'

red 148 ◦ green 64 ◦ blue 206

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

Shades of Dark Orchid #9440CE

Tints of Dark Orchid #9440CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 35.41%
G = 15.31%
B = 49.28%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9440CE (or 0x9440CE) is known color: Dark Orchid. HEX triplet: 94, 40 and CE. RGB value is (148,64,206). Sum of RGB (Red+Green+Blue) = 148+64+206=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #9440CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9440CE is #6BBF31. Grayscale: #686868. Windows color (decimal): -7061298 or 13516948. OLE color: 13516948.

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

Color convert

RGB 148 64 206 -
CMYK 0.28 0.69 0 0.19
HSL 275.49º 0.59% 0.53% -
HSV(B) 275.49º 0.69% 0.81% -
XYZ 25.19 14.42 59.85 -
YUV 105.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 148 64 206 0.28 0.69 0 0.19 275.49 0.59 0.53
Hex 94 40 CE 1C 45 0 13 113 3B 35
Octal 224 100 316 34 105 0 23 423 73 65
Binary 10010100 1000000 11001110 11100 1000101 0 10011 100010011 111011 110101

Color Harmonies of #9440CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9440CE

Black with #9440CE

Text Example


Text Example

White with #9440CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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