Html Css Color HEX #942EAF Dark Orchid

📋 copy color: '#942EAF'

red 148 ◦ green 46 ◦ blue 175

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

Shades of Dark Orchid #942EAF

Tints of Dark Orchid #942EAF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.47%

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 40.11%
G = 12.47%
B = 47.43%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#942EAF (or 0x942EAF) is known color: Dark Orchid. HEX triplet: 94, 2E and AF. RGB value is (148,46,175). Sum of RGB (Red+Green+Blue) = 148+46+175=369 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.11% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #942EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942EAF is #6BD150. Grayscale: #5A5A5A. Windows color (decimal): -7065937 or 11480724. OLE color: 11480724.

HSL color Cylindrical-coordinate representation of color #942EAF: hue angle of 287.44º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942EAF is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 148 46 175 -
CMYK 0.15 0.74 0 0.31
HSL 287.44º 0.58% 0.43% -
HSV(B) 287.44º 0.74% 0.69% -
XYZ 20.93 11.35 41.64 -
YUV 91.2 175.29 168.51 -
System Red Green Blue C M Y K H S L
Decimal 148 46 175 0.15 0.74 0 0.31 287.44 0.58 0.43
Hex 94 2E AF F 4A 0 1F 11F 3A 2B
Octal 224 56 257 17 112 0 37 437 72 53
Binary 10010100 101110 10101111 1111 1001010 0 11111 100011111 111010 101011

Color Harmonies of #942EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942EAF

Black with #942EAF

Text Example


Text Example

White with #942EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,46,175); }

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

background-color css

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

 a { background-color: rgb(148,46,175); }

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

border-color css

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

 span { border-color: rgb(148,46,175); }

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