Html Css Color HEX #943DBB Dark Orchid

📋 copy color: '#943DBB'

red 148 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #943DBB

Tints of Dark Orchid #943DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

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

R = 37.37%
G = 15.4%
B = 47.22%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#943DBB (or 0x943DBB) is known color: Dark Orchid. HEX triplet: 94, 3D and BB. RGB value is (148,61,187). Sum of RGB (Red+Green+Blue) = 148+61+187=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #943DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943DBB is #6BC244. Grayscale: #646464. Windows color (decimal): -7062085 or 12270996. OLE color: 12270996.

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

Color convert

RGB 148 61 187 -
CMYK 0.21 0.67 0 0.27
HSL 281.43º 0.51% 0.49% -
HSV(B) 281.43º 0.67% 0.73% -
XYZ 22.85 13.22 48.36 -
YUV 101.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 148 61 187 0.21 0.67 0 0.27 281.43 0.51 0.49
Hex 94 3D BB 15 43 0 1B 119 33 31
Octal 224 75 273 25 103 0 33 431 63 61
Binary 10010100 111101 10111011 10101 1000011 0 11011 100011001 110011 110001

Color Harmonies of #943DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943DBB

Black with #943DBB

Text Example


Text Example

White with #943DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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