Html Css Color HEX #942BBA Dark Orchid

📋 copy color: '#942BBA'

red 148 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #942BBA

Tints of Dark Orchid #942BBA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.41%

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

R = 39.26%
G = 11.41%
B = 49.34%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#942BBA (or 0x942BBA) is known color: Dark Orchid. HEX triplet: 94, 2B and BA. RGB value is (148,43,186). Sum of RGB (Red+Green+Blue) = 148+43+186=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 43 (17.19% from 255 or 11.41% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #942BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BBA is #6BD445. Grayscale: #5A5A5A. Windows color (decimal): -7066694 or 12200852. OLE color: 12200852.

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

Color convert

RGB 148 43 186 -
CMYK 0.20 0.77 0 0.27
HSL 284.06º 0.62% 0.45% -
HSV(B) 284.06º 0.77% 0.73% -
XYZ 21.94 11.57 47.53 -
YUV 90.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 148 43 186 0.20 0.77 0 0.27 284.06 0.62 0.45
Hex 94 2B BA 14 4D 0 1B 11C 3E 2D
Octal 224 53 272 24 115 0 33 434 76 55
Binary 10010100 101011 10111010 10100 1001101 0 11011 100011100 111110 101101

Color Harmonies of #942BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942BBA

Black with #942BBA

Text Example


Text Example

White with #942BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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