Html Css Color HEX #943FBB Dark Orchid

📋 copy color: '#943FBB'

red 148 ◦ green 63 ◦ blue 187

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

Shades of Dark Orchid #943FBB

Tints of Dark Orchid #943FBB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.83%

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 37.19%
G = 15.83%
B = 46.98%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#943FBB (or 0x943FBB) is known color: Dark Orchid. HEX triplet: 94, 3F and BB. RGB value is (148,63,187). Sum of RGB (Red+Green+Blue) = 148+63+187=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #943FBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943FBB is #6BC044. Grayscale: #666666. Windows color (decimal): -7061573 or 12271508. OLE color: 12271508.

HSL color Cylindrical-coordinate representation of color #943FBB: hue angle of 281.13º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #943FBB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 63 187 -
CMYK 0.21 0.66 0 0.27
HSL 281.13º 0.5% 0.49% -
HSV(B) 281.13º 0.66% 0.73% -
XYZ 22.96 13.44 48.4 -
YUV 102.55 175.66 160.42 -
System Red Green Blue C M Y K H S L
Decimal 148 63 187 0.21 0.66 0 0.27 281.13 0.5 0.49
Hex 94 3F BB 15 42 0 1B 119 32 31
Octal 224 77 273 25 102 0 33 431 62 61
Binary 10010100 111111 10111011 10101 1000010 0 11011 100011001 110010 110001

Color Harmonies of #943FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943FBB

Black with #943FBB

Text Example


Text Example

White with #943FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,63,187); }

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

background-color css

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

 a { background-color: rgb(148,63,187); }

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

border-color css

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

 span { border-color: rgb(148,63,187); }

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