Html Css Color HEX #9138CB Dark Orchid

📋 copy color: '#9138CB'

red 145 ◦ green 56 ◦ blue 203

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

Shades of Dark Orchid #9138CB

Tints of Dark Orchid #9138CB

RGB

 RED value IS 145 (57.03% from 255) = 35.89%

 GREEN value IS 56 (22.27% from 255) = 13.86%

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

R = 35.89%
G = 13.86%
B = 50.25%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9138CB (or 0x9138CB) is known color: Dark Orchid. HEX triplet: 91, 38 and CB. RGB value is (145,56,203). Sum of RGB (Red+Green+Blue) = 145+56+203=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 56 (22.27% from 255 or 13.86% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #9138CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9138CB is #6EC734. Grayscale: #626262. Windows color (decimal): -7259957 or 13318289. OLE color: 13318289.

HSL color Cylindrical-coordinate representation of color #9138CB: hue angle of 276.33º degrees, saturation: 0.59, 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 #9138CB is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 56 203 -
CMYK 0.29 0.72 0 0.20
HSL 276.33º 0.59% 0.51% -
HSV(B) 276.33º 0.72% 0.8% -
XYZ 23.87 13.16 57.78 -
YUV 99.37 186.49 160.55 -
System Red Green Blue C M Y K H S L
Decimal 145 56 203 0.29 0.72 0 0.20 276.33 0.59 0.51
Hex 91 38 CB 1D 48 0 14 114 3B 33
Octal 221 70 313 35 110 0 24 424 73 63
Binary 10010001 111000 11001011 11101 1001000 0 10100 100010100 111011 110011

Color Harmonies of #9138CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9138CB

Black with #9138CB

Text Example


Text Example

White with #9138CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,56,203); }

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

background-color css

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

 a { background-color: rgb(145,56,203); }

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

border-color css

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

 span { border-color: rgb(145,56,203); }

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