Html Css Color HEX #942BBE Dark Orchid

📋 copy color: '#942BBE'

red 148 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #942BBE

Tints of Dark Orchid #942BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 38.85%
G = 11.29%
B = 49.87%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#942BBE (or 0x942BBE) is known color: Dark Orchid. HEX triplet: 94, 2B and BE. RGB value is (148,43,190). Sum of RGB (Red+Green+Blue) = 148+43+190=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #942BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BBE is #6BD441. Grayscale: #5A5A5A. Windows color (decimal): -7066690 or 12462996. OLE color: 12462996.

HSL color Cylindrical-coordinate representation of color #942BBE: hue angle of 282.86º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942BBE is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 43 190 -
CMYK 0.22 0.77 0 0.25
HSL 282.86º 0.63% 0.46% -
HSV(B) 282.86º 0.77% 0.75% -
XYZ 22.37 11.74 49.8 -
YUV 91.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 148 43 190 0.22 0.77 0 0.25 282.86 0.63 0.46
Hex 94 2B BE 16 4D 0 19 11B 3F 2E
Octal 224 53 276 26 115 0 31 433 77 56
Binary 10010100 101011 10111110 10110 1001101 0 11001 100011011 111111 101110

Color Harmonies of #942BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942BBE

Black with #942BBE

Text Example


Text Example

White with #942BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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