Html Css Color HEX #942ACF Dark Orchid

📋 copy color: '#942ACF'

red 148 ◦ green 42 ◦ blue 207

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

Shades of Dark Orchid #942ACF

Tints of Dark Orchid #942ACF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.58%

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 37.28%
G = 10.58%
B = 52.14%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#942ACF (or 0x942ACF) is known color: Dark Orchid. HEX triplet: 94, 2A and CF. RGB value is (148,42,207). Sum of RGB (Red+Green+Blue) = 148+42+207=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #942ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ACF is #6BD530. Grayscale: #5B5B5B. Windows color (decimal): -7066929 or 13576852. OLE color: 13576852.

HSL color Cylindrical-coordinate representation of color #942ACF: hue angle of 278.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942ACF is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 42 207 -
CMYK 0.29 0.80 0 0.19
HSL 278.55º 0.66% 0.49% -
HSV(B) 278.55º 0.8% 0.81% -
XYZ 24.3 12.46 60.15 -
YUV 92.5 192.62 167.58 -
System Red Green Blue C M Y K H S L
Decimal 148 42 207 0.29 0.80 0 0.19 278.55 0.66 0.49
Hex 94 2A CF 1D 50 0 13 117 42 31
Octal 224 52 317 35 120 0 23 427 102 61
Binary 10010100 101010 11001111 11101 1010000 0 10011 100010111 1000010 110001

Color Harmonies of #942ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942ACF

Black with #942ACF

Text Example


Text Example

White with #942ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,42,207); }

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

background-color css

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

 a { background-color: rgb(148,42,207); }

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

border-color css

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

 span { border-color: rgb(148,42,207); }

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