Html Css Color HEX #941DBF Dark Orchid

📋 copy color: '#941DBF'

red 148 ◦ green 29 ◦ blue 191

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

Shades of Dark Orchid #941DBF

Tints of Dark Orchid #941DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.9%

R = 40.22%
G = 7.88%
B = 51.9%

CMYK

 C value IS 0.23

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#941DBF (or 0x941DBF) is known color: Dark Orchid. HEX triplet: 94, 1D and BF. RGB value is (148,29,191). Sum of RGB (Red+Green+Blue) = 148+29+191=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #941DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941DBF is #6BE240. Grayscale: #525252. Windows color (decimal): -7070273 or 12524948. OLE color: 12524948.

HSL color Cylindrical-coordinate representation of color #941DBF: hue angle of 284.07º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941DBF is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 29 191 -
CMYK 0.23 0.85 0 0.25
HSL 284.07º 0.74% 0.43% -
HSV(B) 284.07º 0.85% 0.75% -
XYZ 22.06 10.94 50.24 -
YUV 83.05 188.92 174.33 -
System Red Green Blue C M Y K H S L
Decimal 148 29 191 0.23 0.85 0 0.25 284.07 0.74 0.43
Hex 94 1D BF 17 55 0 19 11C 4A 2B
Octal 224 35 277 27 125 0 31 434 112 53
Binary 10010100 11101 10111111 10111 1010101 0 11001 100011100 1001010 101011

Color Harmonies of #941DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941DBF

Black with #941DBF

Text Example


Text Example

White with #941DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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