Html Css Color HEX #942FB6 Dark Orchid

📋 copy color: '#942FB6'

red 148 ◦ green 47 ◦ blue 182

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

Shades of Dark Orchid #942FB6

Tints of Dark Orchid #942FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 48.28%

R = 39.26%
G = 12.47%
B = 48.28%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#942FB6 (or 0x942FB6) is known color: Dark Orchid. HEX triplet: 94, 2F and B6. RGB value is (148,47,182). Sum of RGB (Red+Green+Blue) = 148+47+182=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 47 (18.75% from 255 or 12.47% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #942FB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #942FB6 is #6BD049. Grayscale: #5C5C5C. Windows color (decimal): -7065674 or 11939732. OLE color: 11939732.

HSL color Cylindrical-coordinate representation of color #942FB6: hue angle of 284.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942FB6 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 47 182 -
CMYK 0.19 0.74 0 0.29
HSL 284.89º 0.59% 0.45% -
HSV(B) 284.89º 0.74% 0.71% -
XYZ 21.67 11.71 45.37 -
YUV 92.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 148 47 182 0.19 0.74 0 0.29 284.89 0.59 0.45
Hex 94 2F B6 13 4A 0 1D 11D 3B 2D
Octal 224 57 266 23 112 0 35 435 73 55
Binary 10010100 101111 10110110 10011 1001010 0 11101 100011101 111011 101101

Color Harmonies of #942FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942FB6

Black with #942FB6

Text Example


Text Example

White with #942FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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