Html Css Color HEX #942CCB Dark Orchid

📋 copy color: '#942CCB'

red 148 ◦ green 44 ◦ blue 203

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

Shades of Dark Orchid #942CCB

Tints of Dark Orchid #942CCB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.14%

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

R = 37.47%
G = 11.14%
B = 51.39%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#942CCB (or 0x942CCB) is known color: Dark Orchid. HEX triplet: 94, 2C and CB. RGB value is (148,44,203). Sum of RGB (Red+Green+Blue) = 148+44+203=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #942CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942CCB is #6BD334. Grayscale: #5C5C5C. Windows color (decimal): -7066421 or 13315220. OLE color: 13315220.

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

Color convert

RGB 148 44 203 -
CMYK 0.27 0.78 0 0.20
HSL 279.25º 0.64% 0.48% -
HSV(B) 279.25º 0.78% 0.8% -
XYZ 23.89 12.41 57.64 -
YUV 93.22 189.96 167.07 -
System Red Green Blue C M Y K H S L
Decimal 148 44 203 0.27 0.78 0 0.20 279.25 0.64 0.48
Hex 94 2C CB 1B 4E 0 14 117 40 30
Octal 224 54 313 33 116 0 24 427 100 60
Binary 10010100 101100 11001011 11011 1001110 0 10100 100010111 1000000 110000

Color Harmonies of #942CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942CCB

Black with #942CCB

Text Example


Text Example

White with #942CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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