Html Css Color HEX #954AD5 Dark Orchid

📋 copy color: '#954AD5'

red 149 ◦ green 74 ◦ blue 213

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

Shades of Dark Orchid #954AD5

Tints of Dark Orchid #954AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 34.17%
G = 16.97%
B = 48.85%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#954AD5 (or 0x954AD5) is known color: Dark Orchid. HEX triplet: 95, 4A and D5. RGB value is (149,74,213). Sum of RGB (Red+Green+Blue) = 149+74+213=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #954AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954AD5 is #6AB52A. Grayscale: #6F6F6F. Windows color (decimal): -6993195 or 13978261. OLE color: 13978261.

HSL color Cylindrical-coordinate representation of color #954AD5: hue angle of 272.37º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954AD5 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 74 213 -
CMYK 0.30 0.65 0 0.16
HSL 272.37º 0.62% 0.56% -
HSV(B) 272.37º 0.65% 0.84% -
XYZ 26.85 16.09 64.64 -
YUV 112.27 184.85 154.2 -
System Red Green Blue C M Y K H S L
Decimal 149 74 213 0.30 0.65 0 0.16 272.37 0.62 0.56
Hex 95 4A D5 1E 41 0 10 110 3E 38
Octal 225 112 325 36 101 0 20 420 76 70
Binary 10010101 1001010 11010101 11110 1000001 0 10000 100010000 111110 111000

Color Harmonies of #954AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954AD5

Black with #954AD5

Text Example


Text Example

White with #954AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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