Html Css Color HEX #9441CB Dark Orchid

📋 copy color: '#9441CB'

red 148 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #9441CB

Tints of Dark Orchid #9441CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.63%

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

R = 35.58%
G = 15.63%
B = 48.8%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9441CB (or 0x9441CB) is known color: Dark Orchid. HEX triplet: 94, 41 and CB. RGB value is (148,65,203). Sum of RGB (Red+Green+Blue) = 148+65+203=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #9441CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9441CB is #6BBE34. Grayscale: #696969. Windows color (decimal): -7061045 or 13320596. OLE color: 13320596.

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

Color convert

RGB 148 65 203 -
CMYK 0.27 0.68 0 0.20
HSL 276.09º 0.57% 0.53% -
HSV(B) 276.09º 0.68% 0.8% -
XYZ 24.88 14.39 57.97 -
YUV 105.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 148 65 203 0.27 0.68 0 0.20 276.09 0.57 0.53
Hex 94 41 CB 1B 44 0 14 114 39 35
Octal 224 101 313 33 104 0 24 424 71 65
Binary 10010100 1000001 11001011 11011 1000100 0 10100 100010100 111001 110101

Color Harmonies of #9441CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9441CB

Black with #9441CB

Text Example


Text Example

White with #9441CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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