Html Css Color HEX #941CCD Dark Orchid

📋 copy color: '#941CCD'

red 148 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #941CCD

Tints of Dark Orchid #941CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.35%

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

R = 38.85%
G = 7.35%
B = 53.81%

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

#941CCD (or 0x941CCD) is known color: Dark Orchid. HEX triplet: 94, 1C and CD. RGB value is (148,28,205). Sum of RGB (Red+Green+Blue) = 148+28+205=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #941CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941CCD is #6BE332. Grayscale: #535353. Windows color (decimal): -7070515 or 13442196. OLE color: 13442196.

HSL color Cylindrical-coordinate representation of color #941CCD: hue angle of 280.68º degrees, saturation: 0.76, 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 #941CCD is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 28 205 -
CMYK 0.28 0.86 0 0.20
HSL 280.68º 0.76% 0.46% -
HSV(B) 280.68º 0.86% 0.8% -
XYZ 23.65 11.53 58.74 -
YUV 84.06 196.26 173.61 -
System Red Green Blue C M Y K H S L
Decimal 148 28 205 0.28 0.86 0 0.20 280.68 0.76 0.46
Hex 94 1C CD 1C 56 0 14 119 4C 2E
Octal 224 34 315 34 126 0 24 431 114 56
Binary 10010100 11100 11001101 11100 1010110 0 10100 100011001 1001100 101110

Color Harmonies of #941CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941CCD

Black with #941CCD

Text Example


Text Example

White with #941CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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