Html Css Color HEX #942DBA Dark Orchid

📋 copy color: '#942DBA'

red 148 ◦ green 45 ◦ blue 186

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

Shades of Dark Orchid #942DBA

Tints of Dark Orchid #942DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.87%

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 39.05%
G = 11.87%
B = 49.08%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#942DBA (or 0x942DBA) is known color: Dark Orchid. HEX triplet: 94, 2D and BA. RGB value is (148,45,186). Sum of RGB (Red+Green+Blue) = 148+45+186=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #942DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942DBA is #6BD245. Grayscale: #5B5B5B. Windows color (decimal): -7066182 or 12201364. OLE color: 12201364.

HSL color Cylindrical-coordinate representation of color #942DBA: hue angle of 283.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942DBA is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 45 186 -
CMYK 0.20 0.76 0 0.27
HSL 283.83º 0.61% 0.45% -
HSV(B) 283.83º 0.76% 0.73% -
XYZ 22.01 11.72 47.56 -
YUV 91.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 148 45 186 0.20 0.76 0 0.27 283.83 0.61 0.45
Hex 94 2D BA 14 4C 0 1B 11C 3D 2D
Octal 224 55 272 24 114 0 33 434 75 55
Binary 10010100 101101 10111010 10100 1001100 0 11011 100011100 111101 101101

Color Harmonies of #942DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942DBA

Black with #942DBA

Text Example


Text Example

White with #942DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942DBA; }

 p { color: rgb(148,45,186); }

 H1.HeaderClassName
 {
   color: #942DBA;
 }
 .AnyTagClassName
 {
   color: #942DBA;
 }
</style>

background-color css

<style>
 a { background-color: #942DBA; }

 a { background-color: rgb(148,45,186); }

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

border-color css

<style>
 span { border-color: #942DBA; }

 span { border-color: rgb(148,45,186); }

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