Html Css Color HEX #942BAE Dark Orchid

📋 copy color: '#942BAE'

red 148 ◦ green 43 ◦ blue 174

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

Shades of Dark Orchid #942BAE

Tints of Dark Orchid #942BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 40.55%
G = 11.78%
B = 47.67%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#942BAE (or 0x942BAE) is known color: Dark Orchid. HEX triplet: 94, 2B and AE. RGB value is (148,43,174). Sum of RGB (Red+Green+Blue) = 148+43+174=365 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.55% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #942BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942BAE is #6BD451. Grayscale: #585858. Windows color (decimal): -7066706 or 11414420. OLE color: 11414420.

HSL color Cylindrical-coordinate representation of color #942BAE: hue angle of 288.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #942BAE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 43 174 -
CMYK 0.15 0.75 0 0.32
HSL 288.09º 0.6% 0.43% -
HSV(B) 288.09º 0.75% 0.68% -
XYZ 20.72 11.08 41.09 -
YUV 89.33 175.79 169.85 -
System Red Green Blue C M Y K H S L
Decimal 148 43 174 0.15 0.75 0 0.32 288.09 0.6 0.43
Hex 94 2B AE F 4B 0 20 120 3C 2B
Octal 224 53 256 17 113 0 40 440 74 53
Binary 10010100 101011 10101110 1111 1001011 0 100000 100100000 111100 101011

Color Harmonies of #942BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942BAE

Black with #942BAE

Text Example


Text Example

White with #942BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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