Html Css Color HEX #942BC7 Dark Orchid

📋 copy color: '#942BC7'

red 148 ◦ green 43 ◦ blue 199

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

Shades of Dark Orchid #942BC7

Tints of Dark Orchid #942BC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.03%

R = 37.95%
G = 11.03%
B = 51.03%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#942BC7 (or 0x942BC7) is known color: Dark Orchid. HEX triplet: 94, 2B and C7. RGB value is (148,43,199). Sum of RGB (Red+Green+Blue) = 148+43+199=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 199 (78.12% from 255 or 51.03% from 390); Max value from RGB is 199 - color contains mainly: blue. Hex color #942BC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942BC7 is #6BD438. Grayscale: #5B5B5B. Windows color (decimal): -7066681 or 13052820. OLE color: 13052820.

HSL color Cylindrical-coordinate representation of color #942BC7: hue angle of 280.38º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #942BC7 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 43 199 -
CMYK 0.26 0.78 0 0.22
HSL 280.38º 0.64% 0.47% -
HSV(B) 280.38º 0.78% 0.78% -
XYZ 23.39 12.15 55.14 -
YUV 92.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 148 43 199 0.26 0.78 0 0.22 280.38 0.64 0.47
Hex 94 2B C7 1A 4E 0 16 118 40 2F
Octal 224 53 307 32 116 0 26 430 100 57
Binary 10010100 101011 11000111 11010 1001110 0 10110 100011000 1000000 101111

Color Harmonies of #942BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942BC7

Black with #942BC7

Text Example


Text Example

White with #942BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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