Html Css Color HEX #943BB7 Dark Orchid

📋 copy color: '#943BB7'

red 148 ◦ green 59 ◦ blue 183

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

Shades of Dark Orchid #943BB7

Tints of Dark Orchid #943BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.92%

R = 37.95%
G = 15.13%
B = 46.92%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#943BB7 (or 0x943BB7) is known color: Dark Orchid. HEX triplet: 94, 3B and B7. RGB value is (148,59,183). Sum of RGB (Red+Green+Blue) = 148+59+183=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #943BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #943BB7 is #6BC448. Grayscale: #636363. Windows color (decimal): -7062601 or 12008340. OLE color: 12008340.

HSL color Cylindrical-coordinate representation of color #943BB7: hue angle of 283.06º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943BB7 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 148 59 183 -
CMYK 0.19 0.68 0 0.28
HSL 283.06º 0.51% 0.47% -
HSV(B) 283.06º 0.68% 0.72% -
XYZ 22.32 12.84 46.1 -
YUV 99.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 148 59 183 0.19 0.68 0 0.28 283.06 0.51 0.47
Hex 94 3B B7 13 44 0 1C 11B 33 2F
Octal 224 73 267 23 104 0 34 433 63 57
Binary 10010100 111011 10110111 10011 1000100 0 11100 100011011 110011 101111

Color Harmonies of #943BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943BB7

Black with #943BB7

Text Example


Text Example

White with #943BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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