Html Css Color HEX #943BBF Dark Orchid

📋 copy color: '#943BBF'

red 148 ◦ green 59 ◦ blue 191

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

Shades of Dark Orchid #943BBF

Tints of Dark Orchid #943BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.82%

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

R = 37.19%
G = 14.82%
B = 47.99%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#943BBF (or 0x943BBF) is known color: Dark Orchid. HEX triplet: 94, 3B and BF. RGB value is (148,59,191). Sum of RGB (Red+Green+Blue) = 148+59+191=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #943BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943BBF is #6BC440. Grayscale: #646464. Windows color (decimal): -7062593 or 12532628. OLE color: 12532628.

HSL color Cylindrical-coordinate representation of color #943BBF: hue angle of 280.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #943BBF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 59 191 -
CMYK 0.23 0.69 0 0.25
HSL 280.45º 0.53% 0.49% -
HSV(B) 280.45º 0.69% 0.75% -
XYZ 23.18 13.19 50.61 -
YUV 100.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 148 59 191 0.23 0.69 0 0.25 280.45 0.53 0.49
Hex 94 3B BF 17 45 0 19 118 35 31
Octal 224 73 277 27 105 0 31 430 65 61
Binary 10010100 111011 10111111 10111 1000101 0 11001 100011000 110101 110001

Color Harmonies of #943BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943BBF

Black with #943BBF

Text Example


Text Example

White with #943BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943BBF; }

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

 H1.HeaderClassName
 {
   color: #943BBF;
 }
 .AnyTagClassName
 {
   color: #943BBF;
 }
</style>

background-color css

<style>
 a { background-color: #943BBF; }

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

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

border-color css

<style>
 span { border-color: #943BBF; }

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

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