Html Css Color HEX #941BBA Dark Orchid

📋 copy color: '#941BBA'

red 148 ◦ green 27 ◦ blue 186

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

Shades of Dark Orchid #941BBA

Tints of Dark Orchid #941BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.48%

 BLUE value IS 186 (73.05% from 255) = 51.52%

R = 41%
G = 7.48%
B = 51.52%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#941BBA (or 0x941BBA) is known color: Dark Orchid. HEX triplet: 94, 1B and BA. RGB value is (148,27,186). Sum of RGB (Red+Green+Blue) = 148+27+186=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #941BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941BBA is #6BE445. Grayscale: #505050. Windows color (decimal): -7070790 or 12196756. OLE color: 12196756.

HSL color Cylindrical-coordinate representation of color #941BBA: hue angle of 285.66º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #941BBA is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 27 186 -
CMYK 0.20 0.85 0 0.27
HSL 285.66º 0.75% 0.42% -
HSV(B) 285.66º 0.85% 0.73% -
XYZ 21.47 10.62 47.37 -
YUV 81.31 187.09 175.57 -
System Red Green Blue C M Y K H S L
Decimal 148 27 186 0.20 0.85 0 0.27 285.66 0.75 0.42
Hex 94 1B BA 14 55 0 1B 11E 4B 2A
Octal 224 33 272 24 125 0 33 436 113 52
Binary 10010100 11011 10111010 10100 1010101 0 11011 100011110 1001011 101010

Color Harmonies of #941BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941BBA

Black with #941BBA

Text Example


Text Example

White with #941BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,27,186); }

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

background-color css

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

 a { background-color: rgb(148,27,186); }

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

border-color css

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

 span { border-color: rgb(148,27,186); }

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