Html Css Color HEX #942FC9 Dark Orchid

📋 copy color: '#942FC9'

red 148 ◦ green 47 ◦ blue 201

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

Shades of Dark Orchid #942FC9

Tints of Dark Orchid #942FC9

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.87%

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 37.37%
G = 11.87%
B = 50.76%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#942FC9 (or 0x942FC9) is known color: Dark Orchid. HEX triplet: 94, 2F and C9. RGB value is (148,47,201). Sum of RGB (Red+Green+Blue) = 148+47+201=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #942FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FC9 is #6BD036. Grayscale: #5E5E5E. Windows color (decimal): -7065655 or 13184916. OLE color: 13184916.

HSL color Cylindrical-coordinate representation of color #942FC9: hue angle of 279.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #942FC9 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 47 201 -
CMYK 0.26 0.77 0 0.21
HSL 279.35º 0.62% 0.49% -
HSV(B) 279.35º 0.77% 0.79% -
XYZ 23.77 12.55 56.43 -
YUV 94.76 187.96 165.98 -
System Red Green Blue C M Y K H S L
Decimal 148 47 201 0.26 0.77 0 0.21 279.35 0.62 0.49
Hex 94 2F C9 1A 4D 0 15 117 3E 31
Octal 224 57 311 32 115 0 25 427 76 61
Binary 10010100 101111 11001001 11010 1001101 0 10101 100010111 111110 110001

Color Harmonies of #942FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FC9

Black with #942FC9

Text Example


Text Example

White with #942FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,47,201); }

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

background-color css

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

 a { background-color: rgb(148,47,201); }

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

border-color css

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

 span { border-color: rgb(148,47,201); }

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