Html Css Color HEX #9442CD Dark Orchid

📋 copy color: '#9442CD'

red 148 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #9442CD

Tints of Dark Orchid #9442CD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.75%

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

R = 35.32%
G = 15.75%
B = 48.93%

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

#9442CD (or 0x9442CD) is known color: Dark Orchid. HEX triplet: 94, 42 and CD. RGB value is (148,66,205). Sum of RGB (Red+Green+Blue) = 148+66+205=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #9442CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9442CD is #6BBD32. Grayscale: #696969. Windows color (decimal): -7060787 or 13451924. OLE color: 13451924.

HSL color Cylindrical-coordinate representation of color #9442CD: hue angle of 275.4º 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 #9442CD is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 66 205 -
CMYK 0.28 0.68 0 0.20
HSL 275.4º 0.58% 0.53% -
HSV(B) 275.4º 0.68% 0.8% -
XYZ 25.18 14.6 59.25 -
YUV 106.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 148 66 205 0.28 0.68 0 0.20 275.4 0.58 0.53
Hex 94 42 CD 1C 44 0 14 113 3A 35
Octal 224 102 315 34 104 0 24 423 72 65
Binary 10010100 1000010 11001101 11100 1000100 0 10100 100010011 111010 110101

Color Harmonies of #9442CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9442CD

Black with #9442CD

Text Example


Text Example

White with #9442CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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