Html Css Color HEX #941ABC Dark Orchid

📋 copy color: '#941ABC'

red 148 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #941ABC

Tints of Dark Orchid #941ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.18%

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

R = 40.88%
G = 7.18%
B = 51.93%

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

#941ABC (or 0x941ABC) is known color: Dark Orchid. HEX triplet: 94, 1A and BC. RGB value is (148,26,188). Sum of RGB (Red+Green+Blue) = 148+26+188=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #941ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941ABC is #6BE543. Grayscale: #505050. Windows color (decimal): -7071044 or 12327572. OLE color: 12327572.

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

Color convert

RGB 148 26 188 -
CMYK 0.21 0.86 0 0.26
HSL 285.19º 0.76% 0.42% -
HSV(B) 285.19º 0.86% 0.74% -
XYZ 21.66 10.67 48.49 -
YUV 80.95 188.42 175.83 -
System Red Green Blue C M Y K H S L
Decimal 148 26 188 0.21 0.86 0 0.26 285.19 0.76 0.42
Hex 94 1A BC 15 56 0 1A 11D 4C 2A
Octal 224 32 274 25 126 0 32 435 114 52
Binary 10010100 11010 10111100 10101 1010110 0 11010 100011101 1001100 101010

Color Harmonies of #941ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941ABC

Black with #941ABC

Text Example


Text Example

White with #941ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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