Html Css Color HEX #942BBD Dark Orchid

📋 copy color: '#942BBD'

red 148 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #942BBD

Tints of Dark Orchid #942BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 38.95%
G = 11.32%
B = 49.74%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#942BBD (or 0x942BBD) is known color: Dark Orchid. HEX triplet: 94, 2B and BD. RGB value is (148,43,189). Sum of RGB (Red+Green+Blue) = 148+43+189=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #942BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BBD is #6BD442. Grayscale: #5A5A5A. Windows color (decimal): -7066691 or 12397460. OLE color: 12397460.

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

Color convert

RGB 148 43 189 -
CMYK 0.22 0.77 0 0.26
HSL 283.15º 0.63% 0.45% -
HSV(B) 283.15º 0.77% 0.74% -
XYZ 22.26 11.7 49.23 -
YUV 91.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 148 43 189 0.22 0.77 0 0.26 283.15 0.63 0.45
Hex 94 2B BD 16 4D 0 1A 11B 3F 2D
Octal 224 53 275 26 115 0 32 433 77 55
Binary 10010100 101011 10111101 10110 1001101 0 11010 100011011 111111 101101

Color Harmonies of #942BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942BBD

Black with #942BBD

Text Example


Text Example

White with #942BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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