Html Css Color HEX #941DCF Dark Orchid

📋 copy color: '#941DCF'

red 148 ◦ green 29 ◦ blue 207

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

Shades of Dark Orchid #941DCF

Tints of Dark Orchid #941DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.91%

R = 38.54%
G = 7.55%
B = 53.91%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#941DCF (or 0x941DCF) is known color: Dark Orchid. HEX triplet: 94, 1D and CF. RGB value is (148,29,207). Sum of RGB (Red+Green+Blue) = 148+29+207=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #941DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DCF is #6BE230. Grayscale: #545454. Windows color (decimal): -7070257 or 13573524. OLE color: 13573524.

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

Color convert

RGB 148 29 207 -
CMYK 0.29 0.86 0 0.19
HSL 280.11º 0.75% 0.46% -
HSV(B) 280.11º 0.86% 0.81% -
XYZ 23.91 11.68 60.03 -
YUV 84.87 196.92 173.03 -
System Red Green Blue C M Y K H S L
Decimal 148 29 207 0.29 0.86 0 0.19 280.11 0.75 0.46
Hex 94 1D CF 1D 56 0 13 118 4B 2E
Octal 224 35 317 35 126 0 23 430 113 56
Binary 10010100 11101 11001111 11101 1010110 0 10011 100011000 1001011 101110

Color Harmonies of #941DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941DCF

Black with #941DCF

Text Example


Text Example

White with #941DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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