Html Css Color HEX #941DCD Dark Orchid

📋 copy color: '#941DCD'

red 148 ◦ green 29 ◦ blue 205

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

Shades of Dark Orchid #941DCD

Tints of Dark Orchid #941DCD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.59%

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

R = 38.74%
G = 7.59%
B = 53.66%

CMYK

 C value IS 0.28

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#941DCD (or 0x941DCD) is known color: Dark Orchid. HEX triplet: 94, 1D and CD. RGB value is (148,29,205). Sum of RGB (Red+Green+Blue) = 148+29+205=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #941DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DCD is #6BE232. Grayscale: #545454. Windows color (decimal): -7070259 or 13442452. OLE color: 13442452.

HSL color Cylindrical-coordinate representation of color #941DCD: hue angle of 280.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941DCD is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 29 205 -
CMYK 0.28 0.86 0 0.20
HSL 280.57º 0.75% 0.46% -
HSV(B) 280.57º 0.86% 0.8% -
XYZ 23.67 11.58 58.75 -
YUV 84.65 195.92 173.19 -
System Red Green Blue C M Y K H S L
Decimal 148 29 205 0.28 0.86 0 0.20 280.57 0.75 0.46
Hex 94 1D CD 1C 56 0 14 119 4B 2E
Octal 224 35 315 34 126 0 24 431 113 56
Binary 10010100 11101 11001101 11100 1010110 0 10100 100011001 1001011 101110

Color Harmonies of #941DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941DCD

Black with #941DCD

Text Example


Text Example

White with #941DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941DCD; }

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

 H1.HeaderClassName
 {
   color: #941DCD;
 }
 .AnyTagClassName
 {
   color: #941DCD;
 }
</style>

background-color css

<style>
 a { background-color: #941DCD; }

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

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

border-color css

<style>
 span { border-color: #941DCD; }

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

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