Html Css Color HEX #942ACB Dark Orchid

📋 copy color: '#942ACB'

red 148 ◦ green 42 ◦ blue 203

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

Shades of Dark Orchid #942ACB

Tints of Dark Orchid #942ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 37.66%
G = 10.69%
B = 51.65%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#942ACB (or 0x942ACB) is known color: Dark Orchid. HEX triplet: 94, 2A and CB. RGB value is (148,42,203). Sum of RGB (Red+Green+Blue) = 148+42+203=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #942ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942ACB is #6BD534. Grayscale: #5B5B5B. Windows color (decimal): -7066933 or 13314708. OLE color: 13314708.

HSL color Cylindrical-coordinate representation of color #942ACB: hue angle of 279.5º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #942ACB is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 42 203 -
CMYK 0.27 0.79 0 0.20
HSL 279.5º 0.66% 0.48% -
HSV(B) 279.5º 0.79% 0.8% -
XYZ 23.82 12.26 57.61 -
YUV 92.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 148 42 203 0.27 0.79 0 0.20 279.5 0.66 0.48
Hex 94 2A CB 1B 4F 0 14 118 42 30
Octal 224 52 313 33 117 0 24 430 102 60
Binary 10010100 101010 11001011 11011 1001111 0 10100 100011000 1000010 110000

Color Harmonies of #942ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942ACB

Black with #942ACB

Text Example


Text Example

White with #942ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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