Html Css Color HEX #9439CB Dark Orchid

📋 copy color: '#9439CB'

red 148 ◦ green 57 ◦ blue 203

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

Shades of Dark Orchid #9439CB

Tints of Dark Orchid #9439CB

RGB

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

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

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

R = 36.27%
G = 13.97%
B = 49.75%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9439CB (or 0x9439CB) is known color: Dark Orchid. HEX triplet: 94, 39 and CB. RGB value is (148,57,203). Sum of RGB (Red+Green+Blue) = 148+57+203=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #9439CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439CB is #6BC634. Grayscale: #646464. Windows color (decimal): -7063093 or 13318548. OLE color: 13318548.

HSL color Cylindrical-coordinate representation of color #9439CB: hue angle of 277.4º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9439CB is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 148 57 203 -
CMYK 0.27 0.72 0 0.20
HSL 277.4º 0.58% 0.51% -
HSV(B) 277.4º 0.72% 0.8% -
XYZ 24.46 13.53 57.82 -
YUV 100.85 185.65 161.63 -
System Red Green Blue C M Y K H S L
Decimal 148 57 203 0.27 0.72 0 0.20 277.4 0.58 0.51
Hex 94 39 CB 1B 48 0 14 115 3A 33
Octal 224 71 313 33 110 0 24 425 72 63
Binary 10010100 111001 11001011 11011 1001000 0 10100 100010101 111010 110011

Color Harmonies of #9439CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9439CB

Black with #9439CB

Text Example


Text Example

White with #9439CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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