Html Css Color HEX #941BBC Dark Orchid

📋 copy color: '#941BBC'

red 148 ◦ green 27 ◦ blue 188

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

Shades of Dark Orchid #941BBC

Tints of Dark Orchid #941BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.79%

R = 40.77%
G = 7.44%
B = 51.79%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#941BBC (or 0x941BBC) is known color: Dark Orchid. HEX triplet: 94, 1B and BC. RGB value is (148,27,188). Sum of RGB (Red+Green+Blue) = 148+27+188=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #941BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941BBC is #6BE443. Grayscale: #515151. Windows color (decimal): -7070788 or 12327828. OLE color: 12327828.

HSL color Cylindrical-coordinate representation of color #941BBC: hue angle of 285.09º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941BBC is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 27 188 -
CMYK 0.21 0.86 0 0.26
HSL 285.09º 0.75% 0.42% -
HSV(B) 285.09º 0.86% 0.74% -
XYZ 21.68 10.71 48.5 -
YUV 81.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 148 27 188 0.21 0.86 0 0.26 285.09 0.75 0.42
Hex 94 1B BC 15 56 0 1A 11D 4B 2A
Octal 224 33 274 25 126 0 32 435 113 52
Binary 10010100 11011 10111100 10101 1010110 0 11010 100011101 1001011 101010

Color Harmonies of #941BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941BBC

Black with #941BBC

Text Example


Text Example

White with #941BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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