Html Css Color HEX #9439CE Dark Orchid

📋 copy color: '#9439CE'

red 148 ◦ green 57 ◦ blue 206

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

Shades of Dark Orchid #9439CE

Tints of Dark Orchid #9439CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.87%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 36.01%
G = 13.87%
B = 50.12%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9439CE (or 0x9439CE) is known color: Dark Orchid. HEX triplet: 94, 39 and CE. RGB value is (148,57,206). Sum of RGB (Red+Green+Blue) = 148+57+206=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #9439CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439CE is #6BC631. Grayscale: #646464. Windows color (decimal): -7063090 or 13515156. OLE color: 13515156.

HSL color Cylindrical-coordinate representation of color #9439CE: hue angle of 276.64º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9439CE is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 57 206 -
CMYK 0.28 0.72 0 0.19
HSL 276.64º 0.6% 0.52% -
HSV(B) 276.64º 0.72% 0.81% -
XYZ 24.82 13.68 59.72 -
YUV 101.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 148 57 206 0.28 0.72 0 0.19 276.64 0.6 0.52
Hex 94 39 CE 1C 48 0 13 115 3C 34
Octal 224 71 316 34 110 0 23 425 74 64
Binary 10010100 111001 11001110 11100 1001000 0 10011 100010101 111100 110100

Color Harmonies of #9439CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9439CE

Black with #9439CE

Text Example


Text Example

White with #9439CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9439CE; }

 p { color: rgb(148,57,206); }

 H1.HeaderClassName
 {
   color: #9439CE;
 }
 .AnyTagClassName
 {
   color: #9439CE;
 }
</style>

background-color css

<style>
 a { background-color: #9439CE; }

 a { background-color: rgb(148,57,206); }

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

border-color css

<style>
 span { border-color: #9439CE; }

 span { border-color: rgb(148,57,206); }

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