Html Css Color HEX #9125CB Dark Orchid

📋 copy color: '#9125CB'

red 145 ◦ green 37 ◦ blue 203

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

Shades of Dark Orchid #9125CB

Tints of Dark Orchid #9125CB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.61%

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

R = 37.66%
G = 9.61%
B = 52.73%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9125CB (or 0x9125CB) is known color: Dark Orchid. HEX triplet: 91, 25 and CB. RGB value is (145,37,203). Sum of RGB (Red+Green+Blue) = 145+37+203=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 37 (14.84% from 255 or 9.61% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #9125CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9125CB is #6EDA34. Grayscale: #575757. Windows color (decimal): -7264821 or 13313425. OLE color: 13313425.

HSL color Cylindrical-coordinate representation of color #9125CB: hue angle of 279.04º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9125CB is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 37 203 -
CMYK 0.29 0.82 0 0.20
HSL 279.04º 0.69% 0.47% -
HSV(B) 279.04º 0.82% 0.8% -
XYZ 23.12 11.65 57.53 -
YUV 88.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 145 37 203 0.29 0.82 0 0.20 279.04 0.69 0.47
Hex 91 25 CB 1D 52 0 14 117 45 2F
Octal 221 45 313 35 122 0 24 427 105 57
Binary 10010001 100101 11001011 11101 1010010 0 10100 100010111 1000101 101111

Color Harmonies of #9125CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9125CB

Black with #9125CB

Text Example


Text Example

White with #9125CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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