Html Css Color HEX #954ADD Dark Orchid

📋 copy color: '#954ADD'

red 149 ◦ green 74 ◦ blue 221

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

Shades of Dark Orchid #954ADD

Tints of Dark Orchid #954ADD

RGB

 RED value IS 149 (58.59% from 255) = 33.56%

 GREEN value IS 74 (29.3% from 255) = 16.67%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 33.56%
G = 16.67%
B = 49.77%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#954ADD (or 0x954ADD) is known color: Dark Orchid. HEX triplet: 95, 4A and DD. RGB value is (149,74,221). Sum of RGB (Red+Green+Blue) = 149+74+221=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #954ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ADD is #6AB522. Grayscale: #707070. Windows color (decimal): -6993187 or 14502549. OLE color: 14502549.

HSL color Cylindrical-coordinate representation of color #954ADD: hue angle of 270.61º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #954ADD is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 74 221 -
CMYK 0.33 0.67 0 0.13
HSL 270.61º 0.68% 0.58% -
HSV(B) 270.61º 0.67% 0.87% -
XYZ 27.89 16.51 70.12 -
YUV 113.18 188.85 153.55 -
System Red Green Blue C M Y K H S L
Decimal 149 74 221 0.33 0.67 0 0.13 270.61 0.68 0.58
Hex 95 4A DD 21 43 0 D 10F 44 3A
Octal 225 112 335 41 103 0 15 417 104 72
Binary 10010101 1001010 11011101 100001 1000011 0 1101 100001111 1000100 111010

Color Harmonies of #954ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954ADD

Black with #954ADD

Text Example


Text Example

White with #954ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954ADD; }

 p { color: rgb(149,74,221); }

 H1.HeaderClassName
 {
   color: #954ADD;
 }
 .AnyTagClassName
 {
   color: #954ADD;
 }
</style>

background-color css

<style>
 a { background-color: #954ADD; }

 a { background-color: rgb(149,74,221); }

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

border-color css

<style>
 span { border-color: #954ADD; }

 span { border-color: rgb(149,74,221); }

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